#B05568

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

Shades of Blush #B05568

Tints of Blush #B05568

Color information

#B05568 (or 0xB05568) is unknown color: approx Blush. HEX triplet: B0, 55 and 68. RGB value is (176,85,104). Sum of RGB (Red+Green+Blue) = 176+85+104=365 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.22% from 365); Green value is 85 (33.59% from 255 or 23.29% from 365); Blue value is 104 (41.02% from 255 or 28.49% from 365); Max value from RGB is 176 - color contains mainly: red. Hex color #B05568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05568 is #4FAA97. Grayscale: #727272. Windows color (decimal): -5221016 or 6837680. OLE color: 6837680.

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

Color convert

RGB17685104-
CMYK00.520.410.31
HSL347.47º36.55%51.18%-
HSV(B)347.47º51.7%69.02%-
XYZ23.6516.7315.08-
YUV114.37122.15171.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.22%
GREEN value IS 85 (33.59% from 255) = 23.29%
BLUE value IS 104 (41.02% from 255) = 28.49%
R=48.22%
G=23.29%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768510400.520.410.31347.4736.5551.18
HexB05568034291F15b2533
Octal26012515006451375334563
Binary1011000010101011101000011010010100111111101011011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05568; }

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

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

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

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

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

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

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

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