#BE7415

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

Shades of Ochre #BE7415

Tints of Ochre #BE7415

Color information

#BE7415 (or 0xBE7415) is unknown color: approx Ochre. HEX triplet: BE, 74 and 15. RGB value is (190,116,21). Sum of RGB (Red+Green+Blue) = 190+116+21=327 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.10% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7415 is #418BEA. Grayscale: #7F7F7F. Windows color (decimal): -4295659 or 1406142. OLE color: 1406142.

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

Color convert

RGB19011621-
CMYK00.390.890.25
HSL33.73º80.09%41.37%-
HSV(B)33.73º88.95%74.51%-
XYZ27.6223.493.79-
YUV127.368.02172.72-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.10%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 21 (8.59% from 255) = 6.42%
R=58.10%
G=35.47%
B=6.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901162100.390.890.2533.7380.0941.37
HexBE74150275919225029
Octal27616425047131314212051
Binary1011111011101001010101001111011001110011000101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7415; }

 p { color: rgb(190,116,21); }

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

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

 a { background-color: rgb(190,116,21); }

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

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

 span { border-color: rgb(190,116,21); }

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