#B48917

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

Shades of Dark Goldenrod #B48917

Tints of Dark Goldenrod #B48917

Color information

#B48917 (or 0xB48917) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 89 and 17. RGB value is (180,137,23). Sum of RGB (Red+Green+Blue) = 180+137+23=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 137 (53.91% from 255 or 40.29% from 340); Blue value is 23 (9.38% from 255 or 6.76% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B48917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B48917 is #4B76E8. Grayscale: #898989. Windows color (decimal): -4945641 or 1542580. OLE color: 1542580.

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

Color convert

RGB18013723-
CMYK00.240.870.29
HSL43.57º77.34%39.8%-
HSV(B)43.57º87.22%70.59%-
XYZ27.9227.664.68-
YUV136.8663.75158.77-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 52.94%
GREEN value IS 137 (53.91% from 255) = 40.29%
BLUE value IS 23 (9.38% from 255) = 6.76%
R=52.94%
G=40.29%
B=6.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.87
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801372300.240.870.2943.5777.3439.8
HexB48917018571D2c4d28
Octal26421127030127355411550
Binary1011010010001001101110110001010111111011011001001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B48917

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B48917; }

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

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

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

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

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

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

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

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