#be4042

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

Shades of Mahogany #BE4042

Tints of Mahogany #BE4042

Color information

#BE4042 (or 0xBE4042) is unknown color: approx Mahogany. HEX triplet: BE, 40 and 42. RGB value is (190,64,66). Sum of RGB (Red+Green+Blue) = 190+64+66=320 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.38% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4042 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4042 is #41BFBD. Grayscale: #666666. Windows color (decimal): -4308926 or 4341950. OLE color: 4341950.

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

Color convert

RGB1906466-
CMYK00.660.650.25
HSL359.05º49.61%49.8%-
HSV(B)359.05º66.32%74.51%-
XYZ24.0515.016.78-
YUV101.9107.74190.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.38%
GREEN value IS 64 (25.39% from 255) = 20%
BLUE value IS 66 (26.17% from 255) = 20.62%
R=59.38%
G=20%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190646600.660.650.25359.0549.6149.8
HexBE404204241191673232
Octal2761001020102101315476262
Binary101111101000000100001001000010100000111001101100111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be4042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be4042; }

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

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

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

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

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

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

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

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