#BE292A

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

Shades of Mahogany #BE292A

Tints of Mahogany #BE292A

Color information

#BE292A (or 0xBE292A) is unknown color: approx Mahogany. HEX triplet: BE, 29 and 2A. RGB value is (190,41,42). Sum of RGB (Red+Green+Blue) = 190+41+42=273 (36% of max value = 765). Red value is 190 (74.61% from 255 or 69.60% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 190 - color contains mainly: red. Hex color #BE292A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE292A is #41D6D5. Grayscale: #555555. Windows color (decimal): -4314838 or 2763198. OLE color: 2763198.

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

Color convert

RGB1904142-
CMYK00.780.780.25
HSL359.6º64.5%45.29%-
HSV(B)359.6º78.42%74.51%-
XYZ22.4512.73.46-
YUV85.66103.36202.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 69.60%
GREEN value IS 41 (16.41% from 255) = 15.02%
BLUE value IS 42 (16.80% from 255) = 15.38%
R=69.60%
G=15.02%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.78
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190414200.780.780.25359.664.545.29
HexBE292A04E4E19168412d
Octal276515201161163155010155
Binary10111110101001101010010011101001110110011011010001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE292A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE292A; }

 p { color: rgb(190,41,42); }

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

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

 a { background-color: rgb(190,41,42); }

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

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

 span { border-color: rgb(190,41,42); }

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