#BF860E

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

Shades of Dark Goldenrod #BF860E

Tints of Dark Goldenrod #BF860E

Color information

#BF860E (or 0xBF860E) is unknown color: approx Dark Goldenrod. HEX triplet: BF, 86 and 0E. RGB value is (191,134,14). Sum of RGB (Red+Green+Blue) = 191+134+14=339 (44% of max value = 765). Red value is 191 (75% from 255 or 56.34% from 339); Green value is 134 (52.73% from 255 or 39.53% from 339); Blue value is 14 (5.86% from 255 or 4.13% from 339); Max value from RGB is 191 - color contains mainly: red. Hex color #BF860E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BF860E is #4079F1. Grayscale: #898989. Windows color (decimal): -4225522 or 951999. OLE color: 951999.

HSL color Cylindrical-coordinate representation of color #BF860E: hue angle of 40.68º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF860E is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.25.

Color convert

RGB19113414-
CMYK00.300.930.25
HSL40.68º86.34%40.2%-
HSV(B)40.68º92.67%74.9%-
XYZ30.0928.164.26-
YUV137.3658.38166.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 56.34%
GREEN value IS 134 (52.73% from 255) = 39.53%
BLUE value IS 14 (5.86% from 255) = 4.13%
R=56.34%
G=39.53%
B=4.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911341400.300.930.2540.6886.3440.2
HexBF86E01E5D19295628
Octal27720616036135315112650
Binary101111111000011011100111101011101110011010011010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF860E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF860E; }

 p { color: rgb(191,134,14); }

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

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

 a { background-color: rgb(191,134,14); }

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

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

 span { border-color: rgb(191,134,14); }

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