#B49806

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

Shades of Dark Goldenrod #B49806

Tints of Dark Goldenrod #B49806

Color information

#B49806 (or 0xB49806) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 98 and 06. RGB value is (180,152,6). Sum of RGB (Red+Green+Blue) = 180+152+6=338 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.25% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 6 (2.73% from 255 or 1.78% from 338); Max value from RGB is 180 - color contains mainly: red. Hex color #B49806 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49806 is #4B67F9. Grayscale: #909090. Windows color (decimal): -4941818 or 432308. OLE color: 432308.

HSL color Cylindrical-coordinate representation of color #B49806: hue angle of 50.34º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B49806 is Cyan = 0, Magento = 0.16, Yellow = 0.97 and Black (K on CMYK) = 0.29.

Color convert

RGB1801526-
CMYK00.160.970.29
HSL50.34º93.55%36.47%-
HSV(B)50.34º96.67%70.59%-
XYZ30.0832.174.8-
YUV143.7350.28153.87-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.25%
GREEN value IS 152 (59.77% from 255) = 44.97%
BLUE value IS 6 (2.73% from 255) = 1.78%
R=53.25%
G=44.97%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.97
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180152600.160.970.2950.3493.5536.47
HexB4986010611D325e24
Octal2642306020141356213644
Binary10110100100110001100100001100001111011100101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49806; }

 p { color: rgb(180,152,6); }

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

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

 a { background-color: rgb(180,152,6); }

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

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

 span { border-color: rgb(180,152,6); }

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