#B93638

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

Shades of Mahogany #B93638

Tints of Mahogany #B93638

Color information

#B93638 (or 0xB93638) is unknown color: approx Mahogany. HEX triplet: B9, 36 and 38. RGB value is (185,54,56). Sum of RGB (Red+Green+Blue) = 185+54+56=295 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.71% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 185 - color contains mainly: red. Hex color #B93638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93638 is #46C9C7. Grayscale: #5D5D5D. Windows color (decimal): -4639176 or 3684025. OLE color: 3684025.

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

Color convert

RGB1855456-
CMYK00.710.700.27
HSL359.08º54.81%46.86%-
HSV(B)359.08º70.81%72.55%-
XYZ22.0413.245.13-
YUV93.4106.9193.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 62.71%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=62.71%
G=18.31%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.70
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185545600.710.700.27359.0854.8146.86
HexB93638047461B167372f
Octal27166700107106335476757
Binary1011100111011011100001000111100011011011101100111110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93638; }

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

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

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

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

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

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

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

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