#BE2D31

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

Shades of Mahogany #BE2D31

Tints of Mahogany #BE2D31

Color information

#BE2D31 (or 0xBE2D31) is unknown color: approx Mahogany. HEX triplet: BE, 2D and 31. RGB value is (190,45,49). Sum of RGB (Red+Green+Blue) = 190+45+49=284 (37% of max value = 765). Red value is 190 (74.61% from 255 or 66.90% from 284); Green value is 45 (17.97% from 255 or 15.85% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D31 is #41D2CE. Grayscale: #585858. Windows color (decimal): -4313807 or 3222974. OLE color: 3222974.

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

Color convert

RGB1904549-
CMYK00.760.740.25
HSL358.34º61.7%46.08%-
HSV(B)358.34º76.32%74.51%-
XYZ22.7313.054.23-
YUV88.81105.54200.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 66.90%
GREEN value IS 45 (17.97% from 255) = 15.85%
BLUE value IS 49 (19.53% from 255) = 17.25%
R=66.90%
G=15.85%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190454900.760.740.25358.3461.746.08
HexBE2D3104C4A191663e2e
Octal27655610114112315467656
Binary1011111010110111000101001100100101011001101100110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D31; }

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

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

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

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

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

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

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

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