#BE6B19

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

Shades of Ochre #BE6B19

Tints of Ochre #BE6B19

Color information

#BE6B19 (or 0xBE6B19) is unknown color: approx Ochre. HEX triplet: BE, 6B and 19. RGB value is (190,107,25). Sum of RGB (Red+Green+Blue) = 190+107+25=322 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.01% from 322); Green value is 107 (42.19% from 255 or 33.23% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 190 - color contains mainly: red. Hex color #BE6B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE6B19 is #4194E6. Grayscale: #7A7A7A. Windows color (decimal): -4297959 or 1665982. OLE color: 1665982.

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

Color convert

RGB19010725-
CMYK00.440.870.25
HSL29.82º76.74%42.16%-
HSV(B)29.82º86.84%74.51%-
XYZ26.6721.533.67-
YUV122.4773176.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.01%
GREEN value IS 107 (42.19% from 255) = 33.23%
BLUE value IS 25 (10.16% from 255) = 7.76%
R=59.01%
G=33.23%
B=7.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901072500.440.870.2529.8276.7442.16
HexBE6B1902C57191e4d2a
Octal27615331054127313611552
Binary101111101101011110010101100101011111001111101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6B19; }

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

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

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

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

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

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

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

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