#B93036

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

Shades of Mahogany #B93036

Tints of Mahogany #B93036

Color information

#B93036 (or 0xB93036) is unknown color: approx Mahogany. HEX triplet: B9, 30 and 36. RGB value is (185,48,54). Sum of RGB (Red+Green+Blue) = 185+48+54=287 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.46% from 287); Green value is 48 (19.14% from 255 or 16.72% from 287); Blue value is 54 (21.48% from 255 or 18.82% from 287); Max value from RGB is 185 - color contains mainly: red. Hex color #B93036 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93036 is #46CFC9. Grayscale: #595959. Windows color (decimal): -4640714 or 3551417. OLE color: 3551417.

HSL color Cylindrical-coordinate representation of color #B93036: hue angle of 357.37º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B93036 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB1854854-
CMYK00.740.710.27
HSL357.37º58.8%45.69%-
HSV(B)357.37º74.05%72.55%-
XYZ21.7312.694.79-
YUV89.65107.89196.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.46%
GREEN value IS 48 (19.14% from 255) = 16.72%
BLUE value IS 54 (21.48% from 255) = 18.82%
R=64.46%
G=16.72%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185485400.740.710.27357.3758.845.69
HexB9303604A471B1653b2e
Octal27160660112107335457356
Binary1011100111000011011001001010100011111011101100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93036; }

 p { color: rgb(185,48,54); }

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

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

 a { background-color: rgb(185,48,54); }

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

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

 span { border-color: rgb(185,48,54); }

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