#B93037

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

Shades of Mahogany #B93037

Tints of Mahogany #B93037

Color information

#B93037 (or 0xB93037) is unknown color: approx Mahogany. HEX triplet: B9, 30 and 37. RGB value is (185,48,55). Sum of RGB (Red+Green+Blue) = 185+48+55=288 (38% of max value = 765). Red value is 185 (72.66% from 255 or 64.24% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 55 (21.88% from 255 or 19.10% from 288); Max value from RGB is 185 - color contains mainly: red. Hex color #B93037 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93037 is #46CFC8. Grayscale: #595959. Windows color (decimal): -4640713 or 3616953. OLE color: 3616953.

HSL color Cylindrical-coordinate representation of color #B93037: hue angle of 356.93º 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 #B93037 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB1854855-
CMYK00.740.700.27
HSL356.93º58.8%45.69%-
HSV(B)356.93º74.05%72.55%-
XYZ21.7512.74.92-
YUV89.76108.39195.93-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 64.24%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 55 (21.88% from 255) = 19.10%
R=64.24%
G=16.67%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185485500.740.700.27356.9358.845.69
HexB9303704A461B1653b2e
Octal27160670112106335457356
Binary1011100111000011011101001010100011011011101100101111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93037; }

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

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

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

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

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

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

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

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