#BE383D

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

Shades of Mahogany #BE383D

Tints of Mahogany #BE383D

Color information

#BE383D (or 0xBE383D) is unknown color: approx Mahogany. HEX triplet: BE, 38 and 3D. RGB value is (190,56,61). Sum of RGB (Red+Green+Blue) = 190+56+61=307 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.89% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 190 - color contains mainly: red. Hex color #BE383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE383D is #41C7C2. Grayscale: #606060. Windows color (decimal): -4310979 or 4012222. OLE color: 4012222.

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

Color convert

RGB1905661-
CMYK00.710.680.25
HSL357.76º54.47%48.24%-
HSV(B)357.76º70.53%74.51%-
XYZ23.4914.115.9-
YUV96.64107.89194.59-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.89%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 61 (24.22% from 255) = 19.87%
R=61.89%
G=18.24%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190566100.710.680.25357.7654.4748.24
HexBE383D04744191663630
Octal27670750107104315466660
Binary1011111011100011110101000111100010011001101100110110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE383D; }

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

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

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

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

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

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

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

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