#B84142

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

Shades of Mahogany #B84142

Tints of Mahogany #B84142

Color information

#B84142 (or 0xB84142) is unknown color: approx Mahogany. HEX triplet: B8, 41 and 42. RGB value is (184,65,66). Sum of RGB (Red+Green+Blue) = 184+65+66=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 65 (25.78% from 255 or 20.63% from 315); Blue value is 66 (26.17% from 255 or 20.95% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B84142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84142 is #47BEBD. Grayscale: #646464. Windows color (decimal): -4701886 or 4342200. OLE color: 4342200.

HSL color Cylindrical-coordinate representation of color #B84142: hue angle of 359.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B84142 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB1846566-
CMYK00.650.640.28
HSL359.5º47.79%48.82%-
HSV(B)359.5º64.67%72.16%-
XYZ22.6414.366.73-
YUV100.7108.42187.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 58.41%
GREEN value IS 65 (25.78% from 255) = 20.63%
BLUE value IS 66 (26.17% from 255) = 20.95%
R=58.41%
G=20.63%
B=20.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.64
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184656600.650.640.28359.547.7948.82
HexB84142041401C1673031
Octal2701011020101100345476061
Binary101110001000001100001001000001100000011100101100111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84142; }

 p { color: rgb(184,65,66); }

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

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

 a { background-color: rgb(184,65,66); }

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

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

 span { border-color: rgb(184,65,66); }

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