#B84546

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

Shades of Mahogany #B84546

Tints of Mahogany #B84546

Color information

#B84546 (or 0xB84546) is unknown color: approx Mahogany. HEX triplet: B8, 45 and 46. RGB value is (184,69,70). Sum of RGB (Red+Green+Blue) = 184+69+70=323 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.97% from 323); Green value is 69 (27.34% from 255 or 21.36% from 323); Blue value is 70 (27.73% from 255 or 21.67% from 323); Max value from RGB is 184 - color contains mainly: red. Hex color #B84546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84546 is #47BAB9. Grayscale: #676767. Windows color (decimal): -4700858 or 4605368. OLE color: 4605368.

HSL color Cylindrical-coordinate representation of color #B84546: hue angle of 359.48º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84546 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB1846970-
CMYK00.620.620.28
HSL359.48º45.45%49.61%-
HSV(B)359.48º62.5%72.16%-
XYZ2314.897.46-
YUV103.5109.1185.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 56.97%
GREEN value IS 69 (27.34% from 255) = 21.36%
BLUE value IS 70 (27.73% from 255) = 21.67%
R=56.97%
G=21.36%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184697000.620.620.28359.4845.4549.61
HexB8454603E3E1C1672d32
Octal27010510607676345475562
Binary1011100010001011000110011111011111011100101100111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84546; }

 p { color: rgb(184,69,70); }

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

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

 a { background-color: rgb(184,69,70); }

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

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

 span { border-color: rgb(184,69,70); }

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