#BE3438

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

Shades of Mahogany #BE3438

Tints of Mahogany #BE3438

Color information

#BE3438 (or 0xBE3438) is unknown color: approx Mahogany. HEX triplet: BE, 34 and 38. RGB value is (190,52,56). Sum of RGB (Red+Green+Blue) = 190+52+56=298 (39% of max value = 765). Red value is 190 (74.61% from 255 or 63.76% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3438 is #41CBC7. Grayscale: #5D5D5D. Windows color (decimal): -4312008 or 3683518. OLE color: 3683518.

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

Color convert

RGB1905256-
CMYK00.730.710.25
HSL358.26º57.02%47.45%-
HSV(B)358.26º72.63%74.51%-
XYZ23.1813.695.16-
YUV93.72106.72196.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 63.76%
GREEN value IS 52 (20.70% from 255) = 17.45%
BLUE value IS 56 (22.27% from 255) = 18.79%
R=63.76%
G=17.45%
B=18.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.71
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190525600.730.710.25358.2657.0247.45
HexBE34380494719166392f
Octal27664700111107315467157
Binary1011111011010011100001001001100011111001101100110111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3438; }

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

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

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

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

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

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

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

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