#b29205

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

Shades of Dark Goldenrod #B29205

Tints of Dark Goldenrod #B29205

Color information

#B29205 (or 0xB29205) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 92 and 05. RGB value is (178,146,5). Sum of RGB (Red+Green+Blue) = 178+146+5=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 146 (57.42% from 255 or 44.38% from 329); Blue value is 5 (2.34% from 255 or 1.52% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B29205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29205 is #4D6DFA. Grayscale: #8C8C8C. Windows color (decimal): -5074427 or 365234. OLE color: 365234.

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

Color convert

RGB1781465-
CMYK00.180.970.30
HSL48.9º94.54%35.88%-
HSV(B)48.9º97.19%69.8%-
XYZ28.6730.034.43-
YUV139.4952.1155.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.10%
GREEN value IS 146 (57.42% from 255) = 44.38%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=54.10%
G=44.38%
B=1.52%

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
Decimal178146500.180.970.3048.994.5435.88
HexB2925012611E315f24
Octal2622225022141366113744
Binary10110010100100101010100101100001111101100011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29205; }

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

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

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

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

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

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

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

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