#B8373A

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

Shades of Mahogany #B8373A

Tints of Mahogany #B8373A

Color information

#B8373A (or 0xB8373A) is unknown color: approx Mahogany. HEX triplet: B8, 37 and 3A. RGB value is (184,55,58). Sum of RGB (Red+Green+Blue) = 184+55+58=297 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.95% from 297); Green value is 55 (21.88% from 255 or 18.52% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 184 - color contains mainly: red. Hex color #B8373A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8373A is #47C8C5. Grayscale: #5E5E5E. Windows color (decimal): -4704454 or 3815352. OLE color: 3815352.

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

Color convert

RGB1845558-
CMYK00.700.680.28
HSL358.6º53.97%46.86%-
HSV(B)358.6º70.11%72.16%-
XYZ21.913.235.4-
YUV93.91107.74192.26-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.95%
GREEN value IS 55 (21.88% from 255) = 18.52%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=61.95%
G=18.52%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.68
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184555800.700.680.28358.653.9746.86
HexB8373A046441C167362f
Octal27067720106104345476657
Binary1011100011011111101001000110100010011100101100111110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8373A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8373A; }

 p { color: rgb(184,55,58); }

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

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

 a { background-color: rgb(184,55,58); }

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

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

 span { border-color: rgb(184,55,58); }

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