#b85571

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

Shades of Blush #B85571

Tints of Blush #B85571

Color information

#B85571 (or 0xB85571) is unknown color: approx Blush. HEX triplet: B8, 55 and 71. RGB value is (184,85,113). Sum of RGB (Red+Green+Blue) = 184+85+113=382 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.17% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 113 (44.53% from 255 or 29.58% from 382); Max value from RGB is 184 - color contains mainly: red. Hex color #B85571 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85571 is #47AA8E. Grayscale: #757575. Windows color (decimal): -4696719 or 7427512. OLE color: 7427512.

HSL color Cylindrical-coordinate representation of color #B85571: hue angle of 343.03º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85571 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB18485113-
CMYK00.540.390.28
HSL343.03º41.08%52.75%-
HSV(B)343.03º53.8%72.16%-
XYZ2617.8817.7-
YUV117.79125.3175.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.17%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 113 (44.53% from 255) = 29.58%
R=48.17%
G=22.25%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848511300.540.390.28343.0341.0852.75
HexB85571036271C1572935
Octal27012516106647345275165
Binary1011100010101011110001011011010011111100101010111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85571; }

 p { color: rgb(184,85,113); }

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

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

 a { background-color: rgb(184,85,113); }

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

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

 span { border-color: rgb(184,85,113); }

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