#BE6C0C

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

Shades of Ochre #BE6C0C

Tints of Ochre #BE6C0C

Color information

#BE6C0C (or 0xBE6C0C) is unknown color: approx Ochre. HEX triplet: BE, 6C and 0C. RGB value is (190,108,12). Sum of RGB (Red+Green+Blue) = 190+108+12=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 108 (42.58% from 255 or 34.84% from 310); Blue value is 12 (5.08% from 255 or 3.87% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6C0C is #4193F3. Grayscale: #7A7A7A. Windows color (decimal): -4297716 or 814270. OLE color: 814270.

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

Color convert

RGB19010812-
CMYK00.430.940.25
HSL32.36º88.12%39.61%-
HSV(B)32.36º93.68%74.51%-
XYZ26.6621.73.13-
YUV121.5766.17176.81-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.29%
GREEN value IS 108 (42.58% from 255) = 34.84%
BLUE value IS 12 (5.08% from 255) = 3.87%
R=61.29%
G=34.84%
B=3.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901081200.430.940.2532.3688.1239.61
HexBE6CC02B5E19205828
Octal27615414053136314013050
Binary101111101101100110001010111011110110011000001011000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C0C; }

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

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

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

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

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

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

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

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