#B05566

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

Shades of Blush #B05566

Tints of Blush #B05566

Color information

#B05566 (or 0xB05566) is unknown color: approx Blush. HEX triplet: B0, 55 and 66. RGB value is (176,85,102). Sum of RGB (Red+Green+Blue) = 176+85+102=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B05566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05566 is #4FAA99. Grayscale: #727272. Windows color (decimal): -5221018 or 6706608. OLE color: 6706608.

HSL color Cylindrical-coordinate representation of color #B05566: hue angle of 348.79º 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 #B05566 is Cyan = 0, Magento = 0.52, Yellow = 0.42 and Black (K on CMYK) = 0.31.

Color convert

RGB17685102-
CMYK00.520.420.31
HSL348.79º36.55%51.18%-
HSV(B)348.79º51.7%69.02%-
XYZ23.5516.6914.55-
YUV114.15121.15172.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.48%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=48.48%
G=23.42%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.42
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768510200.520.420.31348.7936.5551.18
HexB055660342A1F15d2533
Octal26012514606452375354563
Binary1011000010101011100110011010010101011111101011101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05566; }

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

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

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

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

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

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

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

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