#BE6C19

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

Shades of Ochre #BE6C19

Tints of Ochre #BE6C19

Color information

#BE6C19 (or 0xBE6C19) is unknown color: approx Ochre. HEX triplet: BE, 6C and 19. RGB value is (190,108,25). Sum of RGB (Red+Green+Blue) = 190+108+25=323 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.82% from 323); Green value is 108 (42.58% from 255 or 33.44% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6C19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6C19 is #4193E6. Grayscale: #7B7B7B. Windows color (decimal): -4297703 or 1666238. OLE color: 1666238.

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

Color convert

RGB19010825-
CMYK00.430.870.25
HSL30.18º76.74%42.16%-
HSV(B)30.18º86.84%74.51%-
XYZ26.7721.743.71-
YUV123.0672.67175.75-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.82%
GREEN value IS 108 (42.58% from 255) = 33.44%
BLUE value IS 25 (10.16% from 255) = 7.74%
R=58.82%
G=33.44%
B=7.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901082500.430.870.2530.1876.7442.16
HexBE6C1902B57191e4d2a
Octal27615431053127313611552
Binary101111101101100110010101011101011111001111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6C19; }

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

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

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

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

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

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

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

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