#B86F0A

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

Shades of Dark Goldenrod #B86F0A

Tints of Dark Goldenrod #B86F0A

Color information

#B86F0A (or 0xB86F0A) is unknown color: approx Dark Goldenrod. HEX triplet: B8, 6F and 0A. RGB value is (184,111,10). Sum of RGB (Red+Green+Blue) = 184+111+10=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 111 (43.75% from 255 or 36.39% from 305); Blue value is 10 (4.30% from 255 or 3.28% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B86F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B86F0A is #4790F5. Grayscale: #797979. Windows color (decimal): -4690166 or 683960. OLE color: 683960.

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

Color convert

RGB18411110-
CMYK00.400.950.28
HSL34.83º89.69%38.04%-
HSV(B)34.83º94.57%72.16%-
XYZ25.5121.583.11-
YUV121.3165.18172.71-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 60.33%
GREEN value IS 111 (43.75% from 255) = 36.39%
BLUE value IS 10 (4.30% from 255) = 3.28%
R=60.33%
G=36.39%
B=3.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.95
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1841111000.400.950.2834.8389.6938.04
HexB86FA0285F1C235a26
Octal27015712050137344313246
Binary101110001101111101001010001011111111001000111011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86F0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86F0A; }

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

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

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

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

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

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

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

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