#B49706

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

Shades of Dark Goldenrod #B49706

Tints of Dark Goldenrod #B49706

Color information

#B49706 (or 0xB49706) is unknown color: approx Dark Goldenrod. HEX triplet: B4, 97 and 06. RGB value is (180,151,6). Sum of RGB (Red+Green+Blue) = 180+151+6=337 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.41% from 337); Green value is 151 (59.38% from 255 or 44.81% from 337); Blue value is 6 (2.73% from 255 or 1.78% from 337); Max value from RGB is 180 - color contains mainly: red. Hex color #B49706 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B49706 is #4B68F9. Grayscale: #8F8F8F. Windows color (decimal): -4942074 or 432052. OLE color: 432052.

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

Color convert

RGB1801516-
CMYK00.160.970.29
HSL50º93.55%36.47%-
HSV(B)50º96.67%70.59%-
XYZ29.9231.854.74-
YUV143.1450.61154.29-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 53.41%
GREEN value IS 151 (59.38% from 255) = 44.81%
BLUE value IS 6 (2.73% from 255) = 1.78%
R=53.41%
G=44.81%
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
Decimal180151600.160.970.295093.5536.47
HexB4976010611D325e24
Octal2642276020141356213644
Binary10110100100101111100100001100001111011100101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B49706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B49706; }

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

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

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

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

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

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

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

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