#B05970

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

Shades of Blush #B05970

Tints of Blush #B05970

Color information

#B05970 (or 0xB05970) is unknown color: approx Blush. HEX triplet: B0, 59 and 70. RGB value is (176,89,112). Sum of RGB (Red+Green+Blue) = 176+89+112=377 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.68% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 112 (44.14% from 255 or 29.71% from 377); Max value from RGB is 176 - color contains mainly: red. Hex color #B05970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05970 is #4FA68F. Grayscale: #757575. Windows color (decimal): -5219984 or 7362992. OLE color: 7362992.

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

Color convert

RGB17689112-
CMYK00.490.360.31
HSL344.14º35.51%51.96%-
HSV(B)344.14º49.43%69.02%-
XYZ24.417.5417.43-
YUV117.64124.82169.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.68%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 112 (44.14% from 255) = 29.71%
R=46.68%
G=23.61%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768911200.490.360.31344.1435.5151.96
HexB05970031241F1582434
Octal26013116006144375304464
Binary1011000010110011110000011000110010011111101011000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05970; }

 p { color: rgb(176,89,112); }

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

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

 a { background-color: rgb(176,89,112); }

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

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

 span { border-color: rgb(176,89,112); }

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