#BE2E35

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

Shades of Mahogany #BE2E35

Tints of Mahogany #BE2E35

Color information

#BE2E35 (or 0xBE2E35) is unknown color: approx Mahogany. HEX triplet: BE, 2E and 35. RGB value is (190,46,53). Sum of RGB (Red+Green+Blue) = 190+46+53=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 46 (18.36% from 255 or 15.92% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2E35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2E35 is #41D1CA. Grayscale: #595959. Windows color (decimal): -4313547 or 3485374. OLE color: 3485374.

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

Color convert

RGB1904653-
CMYK00.760.720.25
HSL357.08º61.02%46.27%-
HSV(B)357.08º75.79%74.51%-
XYZ22.8513.164.7-
YUV89.85107.21199.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.74%
GREEN value IS 46 (18.36% from 255) = 15.92%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=65.74%
G=15.92%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190465300.760.720.25357.0861.0246.27
HexBE2E3504C48191653d2e
Octal27656650114110315457556
Binary1011111010111011010101001100100100011001101100101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE2E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE2E35; }

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

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

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

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

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

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

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

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