#BE3B40

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

Shades of Mahogany #BE3B40

Tints of Mahogany #BE3B40

Color information

#BE3B40 (or 0xBE3B40) is unknown color: approx Mahogany. HEX triplet: BE, 3B and 40. RGB value is (190,59,64). Sum of RGB (Red+Green+Blue) = 190+59+64=313 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.70% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 64 (25.39% from 255 or 20.45% from 313); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3B40 is #41C4BF. Grayscale: #626262. Windows color (decimal): -4310208 or 4209598. OLE color: 4209598.

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

Color convert

RGB1905964-
CMYK00.690.660.25
HSL357.71º52.61%48.82%-
HSV(B)357.71º68.95%74.51%-
XYZ23.7214.456.39-
YUV98.74108.4193.09-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.70%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 64 (25.39% from 255) = 20.45%
R=60.70%
G=18.85%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190596400.690.660.25357.7152.6148.82
HexBE3B4004542191663531
Octal276731000105102315466561
Binary10111110111011100000001000101100001011001101100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3B40; }

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

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

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

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

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

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

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

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