#BE4244

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

Shades of Mahogany #BE4244

Tints of Mahogany #BE4244

Color information

#BE4244 (or 0xBE4244) is unknown color: approx Mahogany. HEX triplet: BE, 42 and 44. RGB value is (190,66,68). Sum of RGB (Red+Green+Blue) = 190+66+68=324 (42% of max value = 765). Red value is 190 (74.61% from 255 or 58.64% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4244 is #41BDBB. Grayscale: #676767. Windows color (decimal): -4308412 or 4473534. OLE color: 4473534.

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

Color convert

RGB1906668-
CMYK00.650.640.25
HSL359.03º48.82%50.2%-
HSV(B)359.03º65.26%74.51%-
XYZ24.2315.267.14-
YUV103.3108.08189.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.64%
GREEN value IS 66 (26.17% from 255) = 20.37%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=58.64%
G=20.37%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190666800.650.640.25359.0348.8250.2
HexBE424404140191673132
Octal2761021040101100315476162
Binary101111101000010100010001000001100000011001101100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4244; }

 p { color: rgb(190,66,68); }

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

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

 a { background-color: rgb(190,66,68); }

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

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

 span { border-color: rgb(190,66,68); }

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