#BE3B3C

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

Shades of Mahogany #BE3B3C

Tints of Mahogany #BE3B3C

Color information

#BE3B3C (or 0xBE3B3C) is unknown color: approx Mahogany. HEX triplet: BE, 3B and 3C. RGB value is (190,59,60). Sum of RGB (Red+Green+Blue) = 190+59+60=309 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.49% from 309); Green value is 59 (23.44% from 255 or 19.09% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3B3C is #41C4C3. Grayscale: #626262. Windows color (decimal): -4310212 or 3947454. OLE color: 3947454.

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

Color convert

RGB1905960-
CMYK00.690.680.25
HSL359.54º52.61%48.82%-
HSV(B)359.54º68.95%74.51%-
XYZ23.6114.45.81-
YUV98.28106.4193.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.49%
GREEN value IS 59 (23.44% from 255) = 19.09%
BLUE value IS 60 (23.83% from 255) = 19.42%
R=61.49%
G=19.09%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190596000.690.680.25359.5452.6148.82
HexBE3B3C04544191683531
Octal27673740105104315506561
Binary1011111011101111110001000101100010011001101101000110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3B3C; }

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

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

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

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

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

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

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

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