#B05860

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

Shades of Blush #B05860

Tints of Blush #B05860

Color information

#B05860 (or 0xB05860) is unknown color: approx Blush. HEX triplet: B0, 58 and 60. RGB value is (176,88,96). Sum of RGB (Red+Green+Blue) = 176+88+96=360 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.89% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 176 - color contains mainly: red. Hex color #B05860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05860 is #4FA79F. Grayscale: #737373. Windows color (decimal): -5220256 or 6314160. OLE color: 6314160.

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

Color convert

RGB1768896-
CMYK00.500.450.31
HSL354.55º35.77%51.76%-
HSV(B)354.55º50%69.02%-
XYZ23.5117.0513.12-
YUV115.22117.15171.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.89%
GREEN value IS 88 (34.77% from 255) = 24.44%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=48.89%
G=24.44%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176889600.500.450.31354.5535.7751.76
HexB058600322D1F1632434
Octal26013014006255375434464
Binary1011000010110001100000011001010110111111101100011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05860; }

 p { color: rgb(176,88,96); }

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

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

 a { background-color: rgb(176,88,96); }

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

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

 span { border-color: rgb(176,88,96); }

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