#BE2930

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

Shades of Mahogany #BE2930

Tints of Mahogany #BE2930

Color information

#BE2930 (or 0xBE2930) is unknown color: approx Mahogany. HEX triplet: BE, 29 and 30. RGB value is (190,41,48). Sum of RGB (Red+Green+Blue) = 190+41+48=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 48 (19.14% from 255 or 17.20% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2930 is #41D6CF. Grayscale: #565656. Windows color (decimal): -4314832 or 3156414. OLE color: 3156414.

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

Color convert

RGB1904148-
CMYK00.780.750.25
HSL357.18º64.5%45.29%-
HSV(B)357.18º78.42%74.51%-
XYZ22.5612.754.07-
YUV86.35106.36201.93-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.10%
GREEN value IS 41 (16.41% from 255) = 14.70%
BLUE value IS 48 (19.14% from 255) = 17.20%
R=68.10%
G=14.70%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190414800.780.750.25357.1864.545.29
HexBE293004E4B19165412d
Octal276516001161133154510155
Binary10111110101001110000010011101001011110011011001011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2930; }

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

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

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

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

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

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

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

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