#b9393b

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

Shades of Mahogany #B9393B

Tints of Mahogany #B9393B

Color information

#B9393B (or 0xB9393B) is unknown color: approx Mahogany. HEX triplet: B9, 39 and 3B. RGB value is (185,57,59). Sum of RGB (Red+Green+Blue) = 185+57+59=301 (39% of max value = 765). Red value is 185 (72.66% from 255 or 61.46% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 59 (23.44% from 255 or 19.60% from 301); Max value from RGB is 185 - color contains mainly: red. Hex color #B9393B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9393B is #46C6C4. Grayscale: #5F5F5F. Windows color (decimal): -4638405 or 3881401. OLE color: 3881401.

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

Color convert

RGB1855759-
CMYK00.690.680.27
HSL359.06º52.89%47.45%-
HSV(B)359.06º69.19%72.55%-
XYZ22.2613.565.58-
YUV95.5107.41191.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.46%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 59 (23.44% from 255) = 19.60%
R=61.46%
G=18.94%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.68
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185575900.690.680.27359.0652.8947.45
HexB9393B045441B167352f
Octal27171730105104335476557
Binary1011100111100111101101000101100010011011101100111110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9393b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9393b; }

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

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

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

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

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

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

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

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