#B8373C

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

Shades of Mahogany #B8373C

Tints of Mahogany #B8373C

Color information

#B8373C (or 0xB8373C) is unknown color: approx Mahogany. HEX triplet: B8, 37 and 3C. RGB value is (184,55,60). Sum of RGB (Red+Green+Blue) = 184+55+60=299 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.54% from 299); Green value is 55 (21.88% from 255 or 18.39% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 184 - color contains mainly: red. Hex color #B8373C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8373C is #47C8C3. Grayscale: #5E5E5E. Windows color (decimal): -4704452 or 3946424. OLE color: 3946424.

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

Color convert

RGB1845560-
CMYK00.700.670.28
HSL357.67º53.97%46.86%-
HSV(B)357.67º70.11%72.16%-
XYZ21.9513.255.68-
YUV94.14108.74192.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 61.54%
GREEN value IS 55 (21.88% from 255) = 18.39%
BLUE value IS 60 (23.83% from 255) = 20.07%
R=61.54%
G=18.39%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.67
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184556000.700.670.28357.6753.9746.86
HexB8373C046431C166362f
Octal27067740106103345466657
Binary1011100011011111110001000110100001111100101100110110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8373C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8373C; }

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

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

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

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

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

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

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

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