#BE3A3F

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

Shades of Mahogany #BE3A3F

Tints of Mahogany #BE3A3F

Color information

#BE3A3F (or 0xBE3A3F) is unknown color: approx Mahogany. HEX triplet: BE, 3A and 3F. RGB value is (190,58,63). Sum of RGB (Red+Green+Blue) = 190+58+63=311 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.09% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 63 (25% from 255 or 20.26% from 311); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A3F is #41C5C0. Grayscale: #626262. Windows color (decimal): -4310465 or 4143806. OLE color: 4143806.

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

Color convert

RGB1905863-
CMYK00.690.670.25
HSL357.73º53.23%48.63%-
HSV(B)357.73º69.47%74.51%-
XYZ23.6514.336.22-
YUV98.04108.23193.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.09%
GREEN value IS 58 (23.05% from 255) = 18.65%
BLUE value IS 63 (25% from 255) = 20.26%
R=61.09%
G=18.65%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190586300.690.670.25357.7353.2348.63
HexBE3A3F04543191663531
Octal27672770105103315466561
Binary1011111011101011111101000101100001111001101100110110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3A3F; }

 p { color: rgb(190,58,63); }

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

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

 a { background-color: rgb(190,58,63); }

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

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

 span { border-color: rgb(190,58,63); }

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