#B29706

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

Shades of Dark Goldenrod #B29706

Tints of Dark Goldenrod #B29706

Color information

#B29706 (or 0xB29706) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 97 and 06. RGB value is (178,151,6). Sum of RGB (Red+Green+Blue) = 178+151+6=335 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.13% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 6 (2.73% from 255 or 1.79% from 335); Max value from RGB is 178 - color contains mainly: red. Hex color #B29706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29706 is #4D68F9. Grayscale: #8F8F8F. Windows color (decimal): -5073146 or 432050. OLE color: 432050.

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

Color convert

RGB1781516-
CMYK00.150.970.30
HSL50.58º93.48%36.08%-
HSV(B)50.58º96.63%69.8%-
XYZ29.4631.614.72-
YUV142.5450.95153.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 53.13%
GREEN value IS 151 (59.38% from 255) = 45.07%
BLUE value IS 6 (2.73% from 255) = 1.79%
R=53.13%
G=45.07%
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
Decimal178151600.150.970.3050.5893.4836.08
HexB29760F611E335d24
Octal2622276017141366313544
Binary1011001010010111110011111100001111101100111011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29706; }

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

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

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

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

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

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

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

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