#BE3A3C

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

Shades of Mahogany #BE3A3C

Tints of Mahogany #BE3A3C

Color information

#BE3A3C (or 0xBE3A3C) is unknown color: approx Mahogany. HEX triplet: BE, 3A and 3C. RGB value is (190,58,60). Sum of RGB (Red+Green+Blue) = 190+58+60=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 58 (23.05% from 255 or 18.83% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3A3C is #41C5C3. Grayscale: #616161. Windows color (decimal): -4310468 or 3947198. OLE color: 3947198.

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

Color convert

RGB1905860-
CMYK00.690.680.25
HSL359.09º53.23%48.63%-
HSV(B)359.09º69.47%74.51%-
XYZ23.5614.35.79-
YUV97.7106.73193.84-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.69%
GREEN value IS 58 (23.05% from 255) = 18.83%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=61.69%
G=18.83%
B=19.48%

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
Decimal190586000.690.680.25359.0953.2348.63
HexBE3A3C04544191673531
Octal27672740105104315476561
Binary1011111011101011110001000101100010011001101100111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3A3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3A3C; }

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

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

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

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

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

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

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

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