#B88106

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

Shades of Dark Goldenrod #B88106

Tints of Dark Goldenrod #B88106

Color information

#B88106 (or 0xB88106) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 81 and 06. RGB value is (184,129,6). Sum of RGB (Red+Green+Blue) = 184+129+6=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 6 (2.73% from 255 or 1.88% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B88106 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B88106 is #477EF9. Grayscale: #838383. Windows color (decimal): -4685562 or 426424. OLE color: 426424.

HSL color Cylindrical-coordinate representation of color #B88106: hue angle of 41.46º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B88106 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB1841296-
CMYK00.300.970.28
HSL41.46º93.68%37.25%-
HSV(B)41.46º96.74%72.16%-
XYZ27.6525.93.71-
YUV131.4257.22165.5-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 57.68%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 6 (2.73% from 255) = 1.88%
R=57.68%
G=40.44%
B=1.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184129600.300.970.2841.4693.6837.25
HexB881601E611C295e25
Octal2702016036141345113645
Binary10111000100000011100111101100001111001010011011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B88106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B88106; }

 p { color: rgb(184,129,6); }

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

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

 a { background-color: rgb(184,129,6); }

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

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

 span { border-color: rgb(184,129,6); }

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