#BF6E0F

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

Shades of Ochre #BF6E0F

Tints of Ochre #BF6E0F

Color information

#BF6E0F (or 0xBF6E0F) is unknown color: approx Ochre. HEX triplet: BF, 6E and 0F. RGB value is (191,110,15). Sum of RGB (Red+Green+Blue) = 191+110+15=316 (41% of max value = 765). Red value is 191 (75% from 255 or 60.44% from 316); Green value is 110 (43.36% from 255 or 34.81% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6E0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6E0F is #4091F0. Grayscale: #7B7B7B. Windows color (decimal): -4231665 or 1011391. OLE color: 1011391.

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

Color convert

RGB19111015-
CMYK00.420.920.25
HSL32.39º85.44%40.39%-
HSV(B)32.39º92.15%74.9%-
XYZ27.1522.263.32-
YUV123.3966.84176.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.44%
GREEN value IS 110 (43.36% from 255) = 34.81%
BLUE value IS 15 (6.25% from 255) = 4.75%
R=60.44%
G=34.81%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911101500.420.920.2532.3985.4440.39
HexBF6EF02A5C19205528
Octal27715617052134314012550
Binary101111111101110111101010101011100110011000001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6E0F; }

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

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

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

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

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

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

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

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