#B29105

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

Shades of Dark Goldenrod #B29105

Tints of Dark Goldenrod #B29105

Color information

#B29105 (or 0xB29105) is unknown color: approx Dark Goldenrod. HEX triplet: B2, 91 and 05. RGB value is (178,145,5). Sum of RGB (Red+Green+Blue) = 178+145+5=328 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.27% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 5 (2.34% from 255 or 1.52% from 328); Max value from RGB is 178 - color contains mainly: red. Hex color #B29105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B29105 is #4D6EFA. Grayscale: #8B8B8B. Windows color (decimal): -5074683 or 364978. OLE color: 364978.

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

Color convert

RGB1781455-
CMYK00.190.970.30
HSL48.55º94.54%35.88%-
HSV(B)48.55º97.19%69.8%-
XYZ28.5129.734.38-
YUV138.9152.43155.88-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 54.27%
GREEN value IS 145 (57.03% from 255) = 44.21%
BLUE value IS 5 (2.34% from 255) = 1.52%
R=54.27%
G=44.21%
B=1.52%

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
Decimal178145500.190.970.3048.5594.5435.88
HexB2915013611E315f24
Octal2622215023141366113744
Binary10110010100100011010100111100001111101100011011111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B29105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B29105; }

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

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

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

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

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

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

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

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