#BE3136

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

Shades of Mahogany #BE3136

Tints of Mahogany #BE3136

Color information

#BE3136 (or 0xBE3136) is unknown color: approx Mahogany. HEX triplet: BE, 31 and 36. RGB value is (190,49,54). Sum of RGB (Red+Green+Blue) = 190+49+54=293 (38% of max value = 765). Red value is 190 (74.61% from 255 or 64.85% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3136 is #41CEC9. Grayscale: #5B5B5B. Windows color (decimal): -4312778 or 3551678. OLE color: 3551678.

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

Color convert

RGB1904954-
CMYK00.740.720.25
HSL357.87º59%46.86%-
HSV(B)357.87º74.21%74.51%-
XYZ2313.414.87-
YUV91.73106.71198.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 64.85%
GREEN value IS 49 (19.53% from 255) = 16.72%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=64.85%
G=16.72%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190495400.740.720.25357.875946.86
HexBE313604A48191663b2f
Octal27661660112110315467357
Binary1011111011000111011001001010100100011001101100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3136

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3136; }

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

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

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

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

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

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

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

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