#B29206

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

Shades of Dark Goldenrod #B29206

Tints of Dark Goldenrod #B29206

Color information

#B29206 (or 0xB29206) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 92 and 06. RGB value is (178,146,6). Sum of RGB (Red+Green+Blue) = 178+146+6=330 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.94% from 330); Green value is 146 (57.42% from 255 or 44.24% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 178 - color contains mainly: red. Hex color #B29206 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29206 is #4D6DF9. Grayscale: #8C8C8C. Windows color (decimal): -5074426 or 430770. OLE color: 430770.

HSL color Cylindrical-coordinate representation of color #B29206: hue angle of 48.84º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B29206 is Cyan = 0, Magento = 0.18, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB1781466-
CMYK00.180.970.30
HSL48.84º93.48%36.08%-
HSV(B)48.84º96.63%69.8%-
XYZ28.6730.044.46-
YUV139.6152.6155.38-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.94%
GREEN value IS 146 (57.42% from 255) = 44.24%
BLUE value IS 6 (2.73% from 255) = 1.82%
R=53.94%
G=44.24%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178146600.180.970.3048.8493.4836.08
HexB2926012611E315d24
Octal2622226022141366113544
Binary10110010100100101100100101100001111101100011011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29206; }

 p { color: rgb(178,146,6); }

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

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

 a { background-color: rgb(178,146,6); }

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

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

 span { border-color: rgb(178,146,6); }

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