#B05760

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

Shades of Blush #B05760

Tints of Blush #B05760

Color information

#B05760 (or 0xB05760) is unknown color: approx Blush. HEX triplet: B0, 57 and 60. RGB value is (176,87,96). Sum of RGB (Red+Green+Blue) = 176+87+96=359 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.03% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 176 - color contains mainly: red. Hex color #B05760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05760 is #4FA89F. Grayscale: #727272. Windows color (decimal): -5220512 or 6313904. OLE color: 6313904.

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

Color convert

RGB1768796-
CMYK00.510.450.31
HSL353.93º36.03%51.57%-
HSV(B)353.93º50.57%69.02%-
XYZ23.4216.8913.09-
YUV114.64117.49171.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 49.03%
GREEN value IS 87 (34.38% from 255) = 24.23%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=49.03%
G=24.23%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176879600.510.450.31353.9336.0351.57
HexB057600332D1F1622434
Octal26012714006355375424464
Binary1011000010101111100000011001110110111111101100010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05760; }

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

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

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

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

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

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

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

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