#BE2B31

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

Shades of Mahogany #BE2B31

Tints of Mahogany #BE2B31

Color information

#BE2B31 (or 0xBE2B31) is unknown color: approx Mahogany. HEX triplet: BE, 2B and 31. RGB value is (190,43,49). Sum of RGB (Red+Green+Blue) = 190+43+49=282 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.38% from 282); Green value is 43 (17.19% from 255 or 15.25% from 282); Blue value is 49 (19.53% from 255 or 17.38% from 282); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2B31 is #41D4CE. Grayscale: #575757. Windows color (decimal): -4314319 or 3222462. OLE color: 3222462.

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

Color convert

RGB1904349-
CMYK00.770.740.25
HSL357.55º63.09%45.69%-
HSV(B)357.55º77.37%74.51%-
XYZ22.6512.94.2-
YUV87.64106.2201.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.38%
GREEN value IS 43 (17.19% from 255) = 15.25%
BLUE value IS 49 (19.53% from 255) = 17.38%
R=67.38%
G=15.25%
B=17.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190434900.770.740.25357.5563.0945.69
HexBE2B3104D4A191663f2e
Octal27653610115112315467756
Binary1011111010101111000101001101100101011001101100110111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2B31; }

 p { color: rgb(190,43,49); }

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

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

 a { background-color: rgb(190,43,49); }

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

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

 span { border-color: rgb(190,43,49); }

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