#BE3135

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

Shades of Mahogany #BE3135

Tints of Mahogany #BE3135

Color information

#BE3135 (or 0xBE3135) is unknown color: approx Mahogany. HEX triplet: BE, 31 and 35. RGB value is (190,49,53). Sum of RGB (Red+Green+Blue) = 190+49+53=292 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.07% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3135 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3135 is #41CECA. Grayscale: #5B5B5B. Windows color (decimal): -4312779 or 3486142. OLE color: 3486142.

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

Color convert

RGB1904953-
CMYK00.740.720.25
HSL358.3º59%46.86%-
HSV(B)358.3º74.21%74.51%-
XYZ22.9813.44.74-
YUV91.62106.21198.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 65.07%
GREEN value IS 49 (19.53% from 255) = 16.78%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=65.07%
G=16.78%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190495300.740.720.25358.35946.86
HexBE313504A48191663b2f
Octal27661650112110315467357
Binary1011111011000111010101001010100100011001101100110111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3135; }

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

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

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

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

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

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

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

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