#B0556C

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

Shades of Blush #B0556C

Tints of Blush #B0556C

Color information

#B0556C (or 0xB0556C) is unknown color: approx Blush. HEX triplet: B0, 55 and 6C. RGB value is (176,85,108). Sum of RGB (Red+Green+Blue) = 176+85+108=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 85 (33.59% from 255 or 23.04% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B0556C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0556C is #4FAA93. Grayscale: #727272. Windows color (decimal): -5221012 or 7099824. OLE color: 7099824.

HSL color Cylindrical-coordinate representation of color #B0556C: hue angle of 344.84º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B0556C is Cyan = 0, Magento = 0.52, Yellow = 0.39 and Black (K on CMYK) = 0.31.

Color convert

RGB17685108-
CMYK00.520.390.31
HSL344.84º36.55%51.18%-
HSV(B)344.84º51.7%69.02%-
XYZ23.8616.8116.17-
YUV114.83124.15171.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.70%
GREEN value IS 85 (33.59% from 255) = 23.04%
BLUE value IS 108 (42.58% from 255) = 29.27%
R=47.70%
G=23.04%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.39
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768510800.520.390.31344.8436.5551.18
HexB0556C034271F1592533
Octal26012515406447375314563
Binary1011000010101011101100011010010011111111101011001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0556C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0556C; }

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

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

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

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

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

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

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

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