#B9363B

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

Shades of Mahogany #B9363B

Tints of Mahogany #B9363B

Color information

#B9363B (or 0xB9363B) is unknown color: approx Mahogany. HEX triplet: B9, 36 and 3B. RGB value is (185,54,59). Sum of RGB (Red+Green+Blue) = 185+54+59=298 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.08% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 185 - color contains mainly: red. Hex color #B9363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9363B is #46C9C4. Grayscale: #5D5D5D. Windows color (decimal): -4639173 or 3880633. OLE color: 3880633.

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

Color convert

RGB1855459-
CMYK00.710.680.27
HSL357.71º54.81%46.86%-
HSV(B)357.71º70.81%72.55%-
XYZ22.1213.275.53-
YUV93.74108.4193.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.08%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=62.08%
G=18.12%
B=19.80%

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
Decimal185545900.710.680.27357.7154.8146.86
HexB9363B047441B166372f
Octal27166730107104335466757
Binary1011100111011011101101000111100010011011101100110110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9363B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9363B; }

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

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

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

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

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

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

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

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