#BF6D0F

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

Shades of Ochre #BF6D0F

Tints of Ochre #BF6D0F

Color information

#BF6D0F (or 0xBF6D0F) is unknown color: approx Ochre. HEX triplet: BF, 6D and 0F. RGB value is (191,109,15). Sum of RGB (Red+Green+Blue) = 191+109+15=315 (41% of max value = 765). Red value is 191 (75% from 255 or 60.63% from 315); Green value is 109 (42.97% from 255 or 34.60% from 315); Blue value is 15 (6.25% from 255 or 4.76% from 315); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BF6D0F is #4092F0. Grayscale: #7B7B7B. Windows color (decimal): -4231921 or 1011135. OLE color: 1011135.

HSL color Cylindrical-coordinate representation of color #BF6D0F: hue angle of 32.05º 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 #BF6D0F is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB19110915-
CMYK00.430.920.25
HSL32.05º85.44%40.39%-
HSV(B)32.05º92.15%74.9%-
XYZ27.0422.053.28-
YUV122.867.17176.64-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 60.63%
GREEN value IS 109 (42.97% from 255) = 34.60%
BLUE value IS 15 (6.25% from 255) = 4.76%
R=60.63%
G=34.60%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.92
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911091500.430.920.2532.0585.4440.39
HexBF6DF02B5C19205528
Octal27715517053134314012550
Binary101111111101101111101010111011100110011000001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6D0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6D0F; }

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

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

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

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

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

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

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

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