#B29806

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

Shades of Dark Goldenrod #B29806

Tints of Dark Goldenrod #B29806

Color information

#B29806 (or 0xB29806) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 98 and 06. RGB value is (178,152,6). Sum of RGB (Red+Green+Blue) = 178+152+6=336 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.98% from 336); Green value is 152 (59.77% from 255 or 45.24% from 336); Blue value is 6 (2.73% from 255 or 1.79% from 336); Max value from RGB is 178 - color contains mainly: red. Hex color #B29806 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29806 is #4D67F9. Grayscale: #8F8F8F. Windows color (decimal): -5072890 or 432306. OLE color: 432306.

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

Color convert

RGB1781526-
CMYK00.150.970.30
HSL50.93º93.48%36.08%-
HSV(B)50.93º96.63%69.8%-
XYZ29.6231.934.78-
YUV143.1350.61152.87-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 52.98%
GREEN value IS 152 (59.77% from 255) = 45.24%
BLUE value IS 6 (2.73% from 255) = 1.79%
R=52.98%
G=45.24%
B=1.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178152600.150.970.3050.9393.4836.08
HexB29860F611E335d24
Octal2622306017141366313544
Binary1011001010011000110011111100001111101100111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29806; }

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

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

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

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

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

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

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

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