#b29005

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

Shades of Dark Goldenrod #B29005

Tints of Dark Goldenrod #B29005

Color information

#B29005 (or 0xB29005) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 90 and 05. RGB value is (178,144,5). Sum of RGB (Red+Green+Blue) = 178+144+5=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B29005 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29005 is #4D6FFA. Grayscale: #8A8A8A. Windows color (decimal): -5074939 or 364722. OLE color: 364722.

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

Color convert

RGB1781445-
CMYK00.190.970.30
HSL48.21º94.54%35.88%-
HSV(B)48.21º97.19%69.8%-
XYZ28.3629.424.33-
YUV138.3252.76156.3-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.43%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 5 (2.34% from 255) = 1.53%
R=54.43%
G=44.04%
B=1.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.97
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178144500.190.970.3048.2194.5435.88
HexB2905013611E305f24
Octal2622205023141366013744
Binary10110010100100001010100111100001111101100001011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b29005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b29005; }

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

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

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

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

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

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

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

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