#BE3B3D

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

Shades of Mahogany #BE3B3D

Tints of Mahogany #BE3B3D

Color information

#BE3B3D (or 0xBE3B3D) is unknown color: approx Mahogany. HEX triplet: BE, 3B and 3D. RGB value is (190,59,61). Sum of RGB (Red+Green+Blue) = 190+59+61=310 (41% of max value = 765). Red value is 190 (74.61% from 255 or 61.29% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3B3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3B3D is #41C4C2. Grayscale: #626262. Windows color (decimal): -4310211 or 4012990. OLE color: 4012990.

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

Color convert

RGB1905961-
CMYK00.690.680.25
HSL359.08º52.61%48.82%-
HSV(B)359.08º68.95%74.51%-
XYZ23.6414.415.95-
YUV98.4106.9193.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.29%
GREEN value IS 59 (23.44% from 255) = 19.03%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=61.29%
G=19.03%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190596100.690.680.25359.0852.6148.82
HexBE3B3D04544191673531
Octal27673750105104315476561
Binary1011111011101111110101000101100010011001101100111110101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3B3D; }

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

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

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

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

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

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

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

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