#B9383D

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

Shades of Mahogany #B9383D

Tints of Mahogany #B9383D

Color information

#B9383D (or 0xB9383D) is unknown color: approx Mahogany. HEX triplet: B9, 38 and 3D. RGB value is (185,56,61). Sum of RGB (Red+Green+Blue) = 185+56+61=302 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.26% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 61 (24.22% from 255 or 20.20% from 302); Max value from RGB is 185 - color contains mainly: red. Hex color #B9383D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9383D is #46C7C2. Grayscale: #5F5F5F. Windows color (decimal): -4638659 or 4012217. OLE color: 4012217.

HSL color Cylindrical-coordinate representation of color #B9383D: hue angle of 357.67º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B9383D is Cyan = 0, Magento = 0.70, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB1855661-
CMYK00.700.670.27
HSL357.67º53.53%47.25%-
HSV(B)357.67º69.73%72.55%-
XYZ22.2613.485.84-
YUV95.14108.74192.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 61.26%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 61 (24.22% from 255) = 20.20%
R=61.26%
G=18.54%
B=20.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185566100.700.670.27357.6753.5347.25
HexB9383D046431B166362f
Octal27170750106103335466657
Binary1011100111100011110101000110100001111011101100110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9383D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9383D; }

 p { color: rgb(185,56,61); }

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

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

 a { background-color: rgb(185,56,61); }

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

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

 span { border-color: rgb(185,56,61); }

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