#B48916

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

Shades of Dark Goldenrod #B48916

Tints of Dark Goldenrod #B48916

Color information

#B48916 (or 0xB48916) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 89 and 16. RGB value is (180,137,22). Sum of RGB (Red+Green+Blue) = 180+137+22=339 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.10% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 22 (8.98% from 255 or 6.49% from 339); Max value from RGB is 180 - color contains mainly: red. Hex color #B48916 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48916 is #4B76E9. Grayscale: #898989. Windows color (decimal): -4945642 or 1477044. OLE color: 1477044.

HSL color Cylindrical-coordinate representation of color #B48916: hue angle of 43.67º 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 #B48916 is Cyan = 0, Magento = 0.24, Yellow = 0.88 and Black (K on CMYK) = 0.29.

Color convert

RGB18013722-
CMYK00.240.880.29
HSL43.67º78.22%39.61%-
HSV(B)43.67º87.78%70.59%-
XYZ27.9127.654.63-
YUV136.7563.25158.85-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.10%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 22 (8.98% from 255) = 6.49%
R=53.10%
G=40.41%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.88
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801372200.240.880.2943.6778.2239.61
HexB48916018581D2c4e28
Octal26421126030130355411650
Binary1011010010001001101100110001011000111011011001001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48916; }

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

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

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

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

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

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

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

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