#B8556C

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

Shades of Blush #B8556C

Tints of Blush #B8556C

Color information

#B8556C (or 0xB8556C) is unknown color: approx Blush. HEX triplet: B8, 55 and 6C. RGB value is (184,85,108). Sum of RGB (Red+Green+Blue) = 184+85+108=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8556C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B8556C is #47AA93. Grayscale: #757575. Windows color (decimal): -4696724 or 7099832. OLE color: 7099832.

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

Color convert

RGB18485108-
CMYK00.540.410.28
HSL346.06º41.08%52.75%-
HSV(B)346.06º53.8%72.16%-
XYZ25.7217.7716.26-
YUV117.22122.8175.63-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.81%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 108 (42.58% from 255) = 28.65%
R=48.81%
G=22.55%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848510800.540.410.28346.0641.0852.75
HexB8556C036291C15a2935
Octal27012515406651345325165
Binary1011100010101011101100011011010100111100101011010101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8556C; }

 p { color: rgb(184,85,108); }

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

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

 a { background-color: rgb(184,85,108); }

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

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

 span { border-color: rgb(184,85,108); }

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