#B93436

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

Shades of Mahogany #B93436

Tints of Mahogany #B93436

Color information

#B93436 (or 0xB93436) is unknown color: approx Mahogany. HEX triplet: B9, 34 and 36. RGB value is (185,52,54). Sum of RGB (Red+Green+Blue) = 185+52+54=291 (38% of max value = 765). Red value is 185 (72.66% from 255 or 63.57% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 185 - color contains mainly: red. Hex color #B93436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93436 is #46CBC9. Grayscale: #5C5C5C. Windows color (decimal): -4639690 or 3552441. OLE color: 3552441.

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

Color convert

RGB1855254-
CMYK00.720.710.27
HSL359.1º56.12%46.47%-
HSV(B)359.1º71.89%72.55%-
XYZ21.913.044.85-
YUV92106.56194.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 63.57%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 54 (21.48% from 255) = 18.56%
R=63.57%
G=17.87%
B=18.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.71
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185525400.720.710.27359.156.1246.47
HexB93436048471B167382e
Octal27164660110107335477056
Binary1011100111010011011001001000100011111011101100111111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93436; }

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

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

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

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

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

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

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

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