#BE2931

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

Shades of Mahogany #BE2931

Tints of Mahogany #BE2931

Color information

#BE2931 (or 0xBE2931) is unknown color: approx Mahogany. HEX triplet: BE, 29 and 31. RGB value is (190,41,49). Sum of RGB (Red+Green+Blue) = 190+41+49=280 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.86% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2931 is #41D6CE. Grayscale: #565656. Windows color (decimal): -4314831 or 3221950. OLE color: 3221950.

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

Color convert

RGB1904149-
CMYK00.780.740.25
HSL356.78º64.5%45.29%-
HSV(B)356.78º78.42%74.51%-
XYZ22.5812.754.18-
YUV86.46106.86201.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.86%
GREEN value IS 41 (16.41% from 255) = 14.64%
BLUE value IS 49 (19.53% from 255) = 17.5%
R=67.86%
G=14.64%
B=17.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190414900.780.740.25356.7864.545.29
HexBE293104E4A19165412d
Octal276516101161123154510155
Binary10111110101001110001010011101001010110011011001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2931; }

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

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

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

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

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

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

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

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