#B48D16

Color #B48D16 Dark Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Goldenrod #B48D16

Tints of Dark Goldenrod #B48D16

Color information

#B48D16 (or 0xB48D16) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 8D and 16. RGB value is (180,141,22). Sum of RGB (Red+Green+Blue) = 180+141+22=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 22 (8.98% from 255 or 6.41% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B48D16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48D16 is #4B72E9. Grayscale: #8B8B8B. Windows color (decimal): -4944618 or 1478068. OLE color: 1478068.

HSL color Cylindrical-coordinate representation of color #B48D16: hue angle of 45.19º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B48D16 is Cyan = 0, Magento = 0.22, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18014122-
CMYK00.220.880.29
HSL45.19º78.22%39.61%-
HSV(B)45.19º87.78%70.59%-
XYZ28.4928.814.82-
YUV139.161.92157.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 180 (70.70% from 255) = 52.48%
GREEN value IS 141 (55.47% from 255) = 41.11%
BLUE value IS 22 (8.98% from 255) = 6.41%
R=52.48%
G=41.11%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801412200.220.880.2945.1978.2239.61
HexB48D16016581D2d4e28
Octal26421526026130355511650
Binary1011010010001101101100101101011000111011011011001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48D16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48D16; }

 p { color: rgb(180,141,22); }

 H1.HeaderClassName
 {
   color: #B48D16;
 }
 .AnyTagClassName
 {
   color: #B48D16;
 }
</style>
background-color css

<style>
 a { background-color: #B48D16; }

 a { background-color: rgb(180,141,22); }

 div.DivClassName
 {
   background-color: #B48D16;
 }
 .BgClassName
 {
   background-color: #B48D16;
 }
</style>
border-color css

<style>
 span { border-color: #B48D16; }

 span { border-color: rgb(180,141,22); }

 td.TdClassName
 {
   border-color: #B48D16;
 }
 .TagClassName
 {
   border-color: #B48D16;
 }
</style>