#BE4142

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

Shades of Mahogany #BE4142

Tints of Mahogany #BE4142

Color information

#BE4142 (or 0xBE4142) is unknown color: approx Mahogany. HEX triplet: BE, 41 and 42. RGB value is (190,65,66). Sum of RGB (Red+Green+Blue) = 190+65+66=321 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.19% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 66 (26.17% from 255 or 20.56% from 321); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4142 is #41BEBD. Grayscale: #666666. Windows color (decimal): -4308670 or 4342206. OLE color: 4342206.

HSL color Cylindrical-coordinate representation of color #BE4142: hue angle of 359.52º degrees, saturation: 0.49, 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 #BE4142 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB1906566-
CMYK00.660.650.25
HSL359.52º49.02%50%-
HSV(B)359.52º65.79%74.51%-
XYZ24.1115.126.8-
YUV102.49107.41190.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 59.19%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 66 (26.17% from 255) = 20.56%
R=59.19%
G=20.25%
B=20.56%

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
Decimal190656600.660.650.25359.5249.0250
HexBE414204241191683132
Octal2761011020102101315506162
Binary101111101000001100001001000010100000111001101101000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4142; }

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

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

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

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

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

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

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

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