#B8545D

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

Shades of Blush #B8545D

Tints of Blush #B8545D

Color information

#B8545D (or 0xB8545D) is unknown color: approx Blush. HEX triplet: B8, 54 and 5D. RGB value is (184,84,93). Sum of RGB (Red+Green+Blue) = 184+84+93=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8545D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8545D is #47ABA2. Grayscale: #727272. Windows color (decimal): -4696995 or 6116536. OLE color: 6116536.

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

Color convert

RGB1848493-
CMYK00.540.490.28
HSL354.6º41.32%52.55%-
HSV(B)354.6º54.35%72.16%-
XYZ24.9117.3212.39-
YUV114.93115.63177.27-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.97%
GREEN value IS 84 (33.20% from 255) = 23.27%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=50.97%
G=23.27%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184849300.540.490.28354.641.3252.55
HexB8545D036311C1632935
Octal27012413506661345435165
Binary1011100010101001011101011011011000111100101100011101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8545D; }

 p { color: rgb(184,84,93); }

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

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

 a { background-color: rgb(184,84,93); }

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

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

 span { border-color: rgb(184,84,93); }

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