#BE6F0F

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

Shades of Ochre #BE6F0F

Tints of Ochre #BE6F0F

Color information

#BE6F0F (or 0xBE6F0F) is unknown color: approx Ochre. HEX triplet: BE, 6F and 0F. RGB value is (190,111,15). Sum of RGB (Red+Green+Blue) = 190+111+15=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 15 (6.25% from 255 or 4.75% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6F0F is #4190F0. Grayscale: #7C7C7C. Windows color (decimal): -4296945 or 1011646. OLE color: 1011646.

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

Color convert

RGB19011115-
CMYK00.420.920.25
HSL32.91º85.37%40.2%-
HSV(B)32.91º92.11%74.51%-
XYZ27.0122.353.34-
YUV123.6866.67175.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 111 (43.75% from 255) = 35.13%
BLUE value IS 15 (6.25% from 255) = 4.75%
R=60.13%
G=35.13%
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
Decimal1901111500.420.920.2532.9185.3740.2
HexBE6FF02A5C19215528
Octal27615717052134314112550
Binary101111101101111111101010101011100110011000011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6F0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6F0F; }

 p { color: rgb(190,111,15); }

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

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

 a { background-color: rgb(190,111,15); }

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

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

 span { border-color: rgb(190,111,15); }

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