#BE353B

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

Shades of Mahogany #BE353B

Tints of Mahogany #BE353B

Color information

#BE353B (or 0xBE353B) is unknown color: approx Mahogany. HEX triplet: BE, 35 and 3B. RGB value is (190,53,59). Sum of RGB (Red+Green+Blue) = 190+53+59=302 (40% of max value = 765). Red value is 190 (74.61% from 255 or 62.91% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 190 - color contains mainly: red. Hex color #BE353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE353B is #41CAC4. Grayscale: #5E5E5E. Windows color (decimal): -4311749 or 3880382. OLE color: 3880382.

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

Color convert

RGB1905359-
CMYK00.720.690.25
HSL357.37º56.38%47.65%-
HSV(B)357.37º72.11%74.51%-
XYZ23.313.815.58-
YUV94.65107.89196.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 62.91%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 59 (23.44% from 255) = 19.54%
R=62.91%
G=17.55%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.69
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190535900.720.690.25357.3756.3847.65
HexBE353B04845191653830
Octal27665730110105315457060
Binary1011111011010111101101001000100010111001101100101111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE353B; }

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

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

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

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

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

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

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

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