#B86C0A

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

Shades of Dark Goldenrod #B86C0A

Tints of Dark Goldenrod #B86C0A

Color information

#B86C0A (or 0xB86C0A) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 6C and 0A. RGB value is (184,108,10). Sum of RGB (Red+Green+Blue) = 184+108+10=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B86C0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86C0A is #4793F5. Grayscale: #787878. Windows color (decimal): -4690934 or 683192. OLE color: 683192.

HSL color Cylindrical-coordinate representation of color #B86C0A: hue angle of 33.79º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B86C0A is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.28.

Color convert

RGB18410810-
CMYK00.410.950.28
HSL33.79º89.69%38.04%-
HSV(B)33.79º94.57%72.16%-
XYZ25.1820.943-
YUV119.5566.18173.97-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.93%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 10 (4.30% from 255) = 3.31%
R=60.93%
G=35.76%
B=3.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841081000.410.950.2833.7989.6938.04
HexB86CA0295F1C225a26
Octal27015412051137344213246
Binary101110001101100101001010011011111111001000101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86C0A; }

 p { color: rgb(184,108,10); }

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

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

 a { background-color: rgb(184,108,10); }

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

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

 span { border-color: rgb(184,108,10); }

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