#BE4245

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

Shades of Mahogany #BE4245

Tints of Mahogany #BE4245

Color information

#BE4245 (or 0xBE4245) is unknown color: approx Mahogany. HEX triplet: BE, 42 and 45. RGB value is (190,66,69). Sum of RGB (Red+Green+Blue) = 190+66+69=325 (43% of max value = 765). Red value is 190 (74.61% from 255 or 58.46% from 325); Green value is 66 (26.17% from 255 or 20.31% from 325); Blue value is 69 (27.34% from 255 or 21.23% from 325); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4245 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE4245 is #41BDBA. Grayscale: #676767. Windows color (decimal): -4308411 or 4539070. OLE color: 4539070.

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

Color convert

RGB1906669-
CMYK00.650.640.25
HSL358.55º48.82%50.2%-
HSV(B)358.55º65.26%74.51%-
XYZ24.2615.277.3-
YUV103.42108.58189.76-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 58.46%
GREEN value IS 66 (26.17% from 255) = 20.31%
BLUE value IS 69 (27.34% from 255) = 21.23%
R=58.46%
G=20.31%
B=21.23%

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
Decimal190666900.650.640.25358.5548.8250.2
HexBE424504140191673132
Octal2761021050101100315476162
Binary101111101000010100010101000001100000011001101100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4245; }

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

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

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

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

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

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

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

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