#BE7615

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

Shades of Ochre #BE7615

Tints of Ochre #BE7615

Color information

#BE7615 (or 0xBE7615) is unknown color: approx Ochre. HEX triplet: BE, 76 and 15. RGB value is (190,118,21). Sum of RGB (Red+Green+Blue) = 190+118+21=329 (43% of max value = 765). Red value is 190 (74.61% from 255 or 57.75% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 21 (8.59% from 255 or 6.38% from 329); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BE7615 is #4189EA. Grayscale: #808080. Windows color (decimal): -4295147 or 1406654. OLE color: 1406654.

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

Color convert

RGB19011821-
CMYK00.380.890.25
HSL34.44º80.09%41.37%-
HSV(B)34.44º88.95%74.51%-
XYZ27.8523.963.87-
YUV128.4767.35171.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 57.75%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 21 (8.59% from 255) = 6.38%
R=57.75%
G=35.87%
B=6.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901182100.380.890.2534.4480.0941.37
HexBE76150265919225029
Octal27616625046131314212051
Binary1011111011101101010101001101011001110011000101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7615; }

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

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

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

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

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

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

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

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