#BE3D41

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

Shades of Mahogany #BE3D41

Tints of Mahogany #BE3D41

Color information

#BE3D41 (or 0xBE3D41) is unknown color: approx Mahogany. HEX triplet: BE, 3D and 41. RGB value is (190,61,65). Sum of RGB (Red+Green+Blue) = 190+61+65=316 (41% of max value = 765). Red value is 190 (74.61% from 255 or 60.13% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3D41 is #41C2BE. Grayscale: #646464. Windows color (decimal): -4309695 or 4275646. OLE color: 4275646.

HSL color Cylindrical-coordinate representation of color #BE3D41: hue angle of 358.14º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BE3D41 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1906165-
CMYK00.680.660.25
HSL358.14º51.39%49.22%-
HSV(B)358.14º67.89%74.51%-
XYZ23.8614.676.57-
YUV100.03108.24192.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 60.13%
GREEN value IS 61 (24.22% from 255) = 19.30%
BLUE value IS 65 (25.78% from 255) = 20.57%
R=60.13%
G=19.30%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190616500.680.660.25358.1451.3949.22
HexBE3D4104442191663331
Octal276751010104102315466361
Binary10111110111101100000101000100100001011001101100110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3D41; }

 p { color: rgb(190,61,65); }

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

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

 a { background-color: rgb(190,61,65); }

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

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

 span { border-color: rgb(190,61,65); }

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