#B86B0A

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

Shades of Dark Goldenrod #B86B0A

Tints of Dark Goldenrod #B86B0A

Color information

#B86B0A (or 0xB86B0A) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 6B and 0A. RGB value is (184,107,10). Sum of RGB (Red+Green+Blue) = 184+107+10=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 107 (42.19% from 255 or 35.55% from 301); Blue value is 10 (4.30% from 255 or 3.32% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B86B0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86B0A is #4794F5. Grayscale: #777777. Windows color (decimal): -4691190 or 682936. OLE color: 682936.

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

Color convert

RGB18410710-
CMYK00.420.950.28
HSL33.45º89.69%38.04%-
HSV(B)33.45º94.57%72.16%-
XYZ25.0820.732.97-
YUV118.9666.51174.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.13%
GREEN value IS 107 (42.19% from 255) = 35.55%
BLUE value IS 10 (4.30% from 255) = 3.32%
R=61.13%
G=35.55%
B=3.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841071000.420.950.2833.4589.6938.04
HexB86BA02A5F1C215a26
Octal27015312052137344113246
Binary101110001101011101001010101011111111001000011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86B0A; }

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

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

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

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

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

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

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

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