#B9556D

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

Shades of Blush #B9556D

Tints of Blush #B9556D

Color information

#B9556D (or 0xB9556D) is unknown color: approx Blush. HEX triplet: B9, 55 and 6D. RGB value is (185,85,109). Sum of RGB (Red+Green+Blue) = 185+85+109=379 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.81% from 379); Green value is 85 (33.59% from 255 or 22.43% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 185 - color contains mainly: red. Hex color #B9556D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9556D is #46AA92. Grayscale: #757575. Windows color (decimal): -4631187 or 7165369. OLE color: 7165369.

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

Color convert

RGB18585109-
CMYK00.540.410.27
HSL345.6º41.67%52.94%-
HSV(B)345.6º54.05%72.55%-
XYZ26.0217.9216.55-
YUV117.64123.13176.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 48.81%
GREEN value IS 85 (33.59% from 255) = 22.43%
BLUE value IS 109 (42.97% from 255) = 28.76%
R=48.81%
G=22.43%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1858510900.540.410.27345.641.6752.94
HexB9556D036291B15a2a35
Octal27112515506651335325265
Binary1011100110101011101101011011010100111011101011010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9556D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9556D; }

 p { color: rgb(185,85,109); }

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

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

 a { background-color: rgb(185,85,109); }

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

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

 span { border-color: rgb(185,85,109); }

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