#BE3035

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

Shades of Mahogany #BE3035

Tints of Mahogany #BE3035

Color information

#BE3035 (or 0xBE3035) is unknown color: approx Mahogany. HEX triplet: BE, 30 and 35. RGB value is (190,48,53). Sum of RGB (Red+Green+Blue) = 190+48+53=291 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.29% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3035 is #41CFCA. Grayscale: #5B5B5B. Windows color (decimal): -4313035 or 3485886. OLE color: 3485886.

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

Color convert

RGB1904853-
CMYK00.750.720.25
HSL357.89º59.66%46.67%-
HSV(B)357.89º74.74%74.51%-
XYZ22.9313.324.73-
YUV91.03106.54198.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.29%
GREEN value IS 48 (19.14% from 255) = 16.49%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=65.29%
G=16.49%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190485300.750.720.25357.8959.6646.67
HexBE303504B48191663c2f
Octal27660650113110315467457
Binary1011111011000011010101001011100100011001101100110111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3035; }

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

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

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

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

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

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

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

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