#BE2E33

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

Shades of Mahogany #BE2E33

Tints of Mahogany #BE2E33

Color information

#BE2E33 (or 0xBE2E33) is unknown color: approx Mahogany. HEX triplet: BE, 2E and 33. RGB value is (190,46,51). Sum of RGB (Red+Green+Blue) = 190+46+51=287 (38% of max value = 765). Red value is 190 (74.61% from 255 or 66.20% from 287); Green value is 46 (18.36% from 255 or 16.03% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2E33 is #41D1CC. Grayscale: #595959. Windows color (decimal): -4313549 or 3354302. OLE color: 3354302.

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

Color convert

RGB1904651-
CMYK00.760.730.25
HSL357.92º61.02%46.27%-
HSV(B)357.92º75.79%74.51%-
XYZ22.8113.144.47-
YUV89.63106.21199.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.20%
GREEN value IS 46 (18.36% from 255) = 16.03%
BLUE value IS 51 (20.31% from 255) = 17.77%
R=66.20%
G=16.03%
B=17.77%

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
Decimal190465100.760.730.25357.9261.0246.27
HexBE2E3304C49191663d2e
Octal27656630114111315467556
Binary1011111010111011001101001100100100111001101100110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E33; }

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

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

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

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

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

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

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

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