#BE2D2E

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

Shades of Mahogany #BE2D2E

Tints of Mahogany #BE2D2E

Color information

#BE2D2E (or 0xBE2D2E) is unknown color: approx Mahogany. HEX triplet: BE, 2D and 2E. RGB value is (190,45,46). Sum of RGB (Red+Green+Blue) = 190+45+46=281 (37% of max value = 765). Red value is 190 (74.61% from 255 or 67.62% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 46 (18.36% from 255 or 16.37% from 281); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2D2E is #41D2D1. Grayscale: #585858. Windows color (decimal): -4313810 or 3026366. OLE color: 3026366.

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

Color convert

RGB1904546-
CMYK00.760.760.25
HSL359.59º61.7%46.08%-
HSV(B)359.59º76.32%74.51%-
XYZ22.6713.023.9-
YUV88.47104.04200.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 67.62%
GREEN value IS 45 (17.97% from 255) = 16.01%
BLUE value IS 46 (18.36% from 255) = 16.37%
R=67.62%
G=16.01%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190454600.760.760.25359.5961.746.08
HexBE2D2E04C4C191683e2e
Octal27655560114114315507656
Binary1011111010110110111001001100100110011001101101000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2D2E; }

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

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

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

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

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

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

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

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