#B9353B

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

Shades of Mahogany #B9353B

Tints of Mahogany #B9353B

Color information

#B9353B (or 0xB9353B) is unknown color: approx Mahogany. HEX triplet: B9, 35 and 3B. RGB value is (185,53,59). Sum of RGB (Red+Green+Blue) = 185+53+59=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 53 (21.09% from 255 or 17.85% from 297); Blue value is 59 (23.44% from 255 or 19.87% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9353B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9353B is #46CAC4. Grayscale: #5D5D5D. Windows color (decimal): -4639429 or 3880377. OLE color: 3880377.

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

Color convert

RGB1855359-
CMYK00.710.680.27
HSL357.27º55.46%46.67%-
HSV(B)357.27º71.35%72.55%-
XYZ22.0713.185.52-
YUV93.15108.73193.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.29%
GREEN value IS 53 (21.09% from 255) = 17.85%
BLUE value IS 59 (23.44% from 255) = 19.87%
R=62.29%
G=17.85%
B=19.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185535900.710.680.27357.2755.4646.67
HexB9353B047441B165372f
Octal27165730107104335456757
Binary1011100111010111101101000111100010011011101100101110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9353B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9353B; }

 p { color: rgb(185,53,59); }

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

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

 a { background-color: rgb(185,53,59); }

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

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

 span { border-color: rgb(185,53,59); }

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