#BF6E14

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

Shades of Ochre #BF6E14

Tints of Ochre #BF6E14

Color information

#BF6E14 (or 0xBF6E14) is unknown color: approx Ochre. HEX triplet: BF, 6E and 14. RGB value is (191,110,20). Sum of RGB (Red+Green+Blue) = 191+110+20=321 (42% of max value = 765). Red value is 191 (75% from 255 or 59.50% from 321); Green value is 110 (43.36% from 255 or 34.27% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6E14 is #4091EB. Grayscale: #7C7C7C. Windows color (decimal): -4231660 or 1339071. OLE color: 1339071.

HSL color Cylindrical-coordinate representation of color #BF6E14: hue angle of 31.58º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF6E14 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB19111020-
CMYK00.420.900.25
HSL31.58º81.04%41.37%-
HSV(B)31.58º89.53%74.9%-
XYZ27.1922.283.53-
YUV123.9669.34175.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 59.50%
GREEN value IS 110 (43.36% from 255) = 34.27%
BLUE value IS 20 (8.20% from 255) = 6.23%
R=59.50%
G=34.27%
B=6.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.90
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911102000.420.900.2531.5881.0441.37
HexBF6E1402A5A19205129
Octal27715624052132314012151
Binary1011111111011101010001010101011010110011000001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E14; }

 p { color: rgb(191,110,20); }

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

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

 a { background-color: rgb(191,110,20); }

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

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

 span { border-color: rgb(191,110,20); }

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