#BE6C11

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

Shades of Ochre #BE6C11

Tints of Ochre #BE6C11

Color information

#BE6C11 (or 0xBE6C11) is unknown color: approx Ochre. HEX triplet: BE, 6C and 11. RGB value is (190,108,17). Sum of RGB (Red+Green+Blue) = 190+108+17=315 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.32% from 315); Green value is 108 (42.58% from 255 or 34.29% from 315); Blue value is 17 (7.03% from 255 or 5.40% from 315); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6C11 is #4193EE. Grayscale: #7A7A7A. Windows color (decimal): -4297711 or 1141950. OLE color: 1141950.

HSL color Cylindrical-coordinate representation of color #BE6C11: hue angle of 31.56º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BE6C11 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB19010817-
CMYK00.430.910.25
HSL31.56º83.57%40.59%-
HSV(B)31.56º91.05%74.51%-
XYZ26.721.713.31-
YUV122.1468.67176.4-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.32%
GREEN value IS 108 (42.58% from 255) = 34.29%
BLUE value IS 17 (7.03% from 255) = 5.40%
R=60.32%
G=34.29%
B=5.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.91
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901081700.430.910.2531.5683.5740.59
HexBE6C1102B5B19205429
Octal27615421053133314012451
Binary1011111011011001000101010111011011110011000001010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C11; }

 p { color: rgb(190,108,17); }

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

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

 a { background-color: rgb(190,108,17); }

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

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

 span { border-color: rgb(190,108,17); }

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