#BE292F

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

Shades of Mahogany #BE292F

Tints of Mahogany #BE292F

Color information

#BE292F (or 0xBE292F) is unknown color: approx Mahogany. HEX triplet: BE, 29 and 2F. RGB value is (190,41,47). Sum of RGB (Red+Green+Blue) = 190+41+47=278 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.35% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 47 (18.75% from 255 or 16.91% from 278); Max value from RGB is 190 - color contains mainly: red. Hex color #BE292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE292F is #41D6D0. Grayscale: #565656. Windows color (decimal): -4314833 or 3090878. OLE color: 3090878.

HSL color Cylindrical-coordinate representation of color #BE292F: hue angle of 357.58º 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 #BE292F is Cyan = 0, Magento = 0.78, Yellow = 0.75 and Black (K on CMYK) = 0.25.

Color convert

RGB1904147-
CMYK00.780.750.25
HSL357.58º64.5%45.29%-
HSV(B)357.58º78.42%74.51%-
XYZ22.5412.743.96-
YUV86.24105.86202.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 68.35%
GREEN value IS 41 (16.41% from 255) = 14.75%
BLUE value IS 47 (18.75% from 255) = 16.91%
R=68.35%
G=14.75%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190414700.780.750.25357.5864.545.29
HexBE292F04E4B19166412d
Octal276515701161133154610155
Binary10111110101001101111010011101001011110011011001101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE292F; }

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

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

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

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

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

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

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

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