#B93F40

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

Shades of Mahogany #B93F40

Tints of Mahogany #B93F40

Color information

#B93F40 (or 0xB93F40) is unknown color: approx Mahogany. HEX triplet: B9, 3F and 40. RGB value is (185,63,64). Sum of RGB (Red+Green+Blue) = 185+63+64=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F40 is #46C0BF. Grayscale: #636363. Windows color (decimal): -4636864 or 4210617. OLE color: 4210617.

HSL color Cylindrical-coordinate representation of color #B93F40: hue angle of 359.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F40 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB1856364-
CMYK00.660.650.27
HSL359.51º49.19%48.63%-
HSV(B)359.51º65.95%72.55%-
XYZ22.7114.246.4-
YUV99.59107.92188.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 59.29%
GREEN value IS 63 (25% from 255) = 20.19%
BLUE value IS 64 (25.39% from 255) = 20.51%
R=59.29%
G=20.19%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.65
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185636400.660.650.27359.5149.1948.63
HexB93F40042411B1683131
Octal271771000102101335506161
Binary10111001111111100000001000010100000111011101101000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93F40; }

 p { color: rgb(185,63,64); }

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

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

 a { background-color: rgb(185,63,64); }

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

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

 span { border-color: rgb(185,63,64); }

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