#B8546E

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

Shades of Blush #B8546E

Tints of Blush #B8546E

Color information

#B8546E (or 0xB8546E) is unknown color: approx Blush. HEX triplet: B8, 54 and 6E. RGB value is (184,84,110). Sum of RGB (Red+Green+Blue) = 184+84+110=378 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.68% from 378); Green value is 84 (33.20% from 255 or 22.22% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 184 - color contains mainly: red. Hex color #B8546E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8546E is #47AB91. Grayscale: #747474. Windows color (decimal): -4696978 or 7230648. OLE color: 7230648.

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

Color convert

RGB18484110-
CMYK00.540.400.28
HSL344.4º41.32%52.55%-
HSV(B)344.4º54.35%72.16%-
XYZ25.7517.6616.8-
YUV116.86124.13175.89-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.68%
GREEN value IS 84 (33.20% from 255) = 22.22%
BLUE value IS 110 (43.36% from 255) = 29.10%
R=48.68%
G=22.22%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848411000.540.400.28344.441.3252.55
HexB8546E036281C1582935
Octal27012415606650345305165
Binary1011100010101001101110011011010100011100101011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8546E; }

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

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

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

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

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

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

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

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