#BE2E34

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

Shades of Mahogany #BE2E34

Tints of Mahogany #BE2E34

Color information

#BE2E34 (or 0xBE2E34) is unknown color: approx Mahogany. HEX triplet: BE, 2E and 34. RGB value is (190,46,52). Sum of RGB (Red+Green+Blue) = 190+46+52=288 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.97% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2E34 is #41D1CB. Grayscale: #595959. Windows color (decimal): -4313548 or 3419838. OLE color: 3419838.

HSL color Cylindrical-coordinate representation of color #BE2E34: hue angle of 357.5º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BE2E34 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB1904652-
CMYK00.760.730.25
HSL357.5º61.02%46.27%-
HSV(B)357.5º75.79%74.51%-
XYZ22.8313.154.58-
YUV89.74106.71199.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.97%
GREEN value IS 46 (18.36% from 255) = 15.97%
BLUE value IS 52 (20.70% from 255) = 18.06%
R=65.97%
G=15.97%
B=18.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.73
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190465200.760.730.25357.561.0246.27
HexBE2E3404C49191663d2e
Octal27656640114111315467556
Binary1011111010111011010001001100100100111001101100110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E34; }

 p { color: rgb(190,46,52); }

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

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

 a { background-color: rgb(190,46,52); }

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

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

 span { border-color: rgb(190,46,52); }

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