#B87106

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

Shades of Dark Goldenrod #B87106

Tints of Dark Goldenrod #B87106

Color information

#B87106 (or 0xB87106) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 71 and 06. RGB value is (184,113,6). Sum of RGB (Red+Green+Blue) = 184+113+6=303 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.73% from 303); Green value is 113 (44.53% from 255 or 37.29% from 303); Blue value is 6 (2.73% from 255 or 1.98% from 303); Max value from RGB is 184 - color contains mainly: red. Hex color #B87106 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B87106 is #478EF9. Grayscale: #7A7A7A. Windows color (decimal): -4689658 or 422328. OLE color: 422328.

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

Color convert

RGB1841136-
CMYK00.390.970.28
HSL36.07º93.68%37.25%-
HSV(B)36.07º96.74%72.16%-
XYZ25.7122.013.07-
YUV122.0362.52172.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.73%
GREEN value IS 113 (44.53% from 255) = 37.29%
BLUE value IS 6 (2.73% from 255) = 1.98%
R=60.73%
G=37.29%
B=1.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184113600.390.970.2836.0793.6837.25
HexB8716027611C245e25
Octal2701616047141344413645
Binary10111000111000111001001111100001111001001001011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B87106

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B87106; }

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

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

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

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

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

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

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

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