#BE383E

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

Shades of Mahogany #BE383E

Tints of Mahogany #BE383E

Color information

#BE383E (or 0xBE383E) is unknown color: approx Mahogany. HEX triplet: BE, 38 and 3E. RGB value is (190,56,62). Sum of RGB (Red+Green+Blue) = 190+56+62=308 (40% of max value = 765). Red value is 190 (74.61% from 255 or 61.69% from 308); Green value is 56 (22.27% from 255 or 18.18% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 190 - color contains mainly: red. Hex color #BE383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE383E is #41C7C1. Grayscale: #606060. Windows color (decimal): -4310978 or 4077758. OLE color: 4077758.

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

Color convert

RGB1905662-
CMYK00.710.670.25
HSL357.31º54.47%48.24%-
HSV(B)357.31º70.53%74.51%-
XYZ23.5214.126.04-
YUV96.75108.39194.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 61.69%
GREEN value IS 56 (22.27% from 255) = 18.18%
BLUE value IS 62 (24.61% from 255) = 20.13%
R=61.69%
G=18.18%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190566200.710.670.25357.3154.4748.24
HexBE383E04743191653630
Octal27670760107103315456660
Binary1011111011100011111001000111100001111001101100101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE383E; }

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

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

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

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

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

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

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

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