#BE3139

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

Shades of Mahogany #BE3139

Tints of Mahogany #BE3139

Color information

#BE3139 (or 0xBE3139) is unknown color: approx Mahogany. HEX triplet: BE, 31 and 39. RGB value is (190,49,57). Sum of RGB (Red+Green+Blue) = 190+49+57=296 (39% of max value = 765). Red value is 190 (74.61% from 255 or 64.19% from 296); Green value is 49 (19.53% from 255 or 16.55% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3139 is #41CEC6. Grayscale: #5C5C5C. Windows color (decimal): -4312775 or 3748286. OLE color: 3748286.

HSL color Cylindrical-coordinate representation of color #BE3139: hue angle of 356.6º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BE3139 is Cyan = 0, Magento = 0.74, Yellow = 0.7 and Black (K on CMYK) = 0.25.

Color convert

RGB1904957-
CMYK00.740.70.25
HSL356.6º59%46.86%-
HSV(B)356.6º74.21%74.51%-
XYZ23.0713.445.25-
YUV92.07108.21197.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.19%
GREEN value IS 49 (19.53% from 255) = 16.55%
BLUE value IS 57 (22.66% from 255) = 19.26%
R=64.19%
G=16.55%
B=19.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.7
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190495700.740.70.25356.65946.86
HexBE313904A46191653b2f
Octal27661710112106315457357
Binary1011111011000111100101001010100011011001101100101111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3139; }

 p { color: rgb(190,49,57); }

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

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

 a { background-color: rgb(190,49,57); }

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

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

 span { border-color: rgb(190,49,57); }

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