#B85570

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

Shades of Blush #B85570

Tints of Blush #B85570

Color information

#B85570 (or 0xB85570) is unknown color: approx Blush. HEX triplet: B8, 55 and 70. RGB value is (184,85,112). Sum of RGB (Red+Green+Blue) = 184+85+112=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B85570 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85570 is #47AA8F. Grayscale: #757575. Windows color (decimal): -4696720 or 7361976. OLE color: 7361976.

HSL color Cylindrical-coordinate representation of color #B85570: hue angle of 343.64º 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 #B85570 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB18485112-
CMYK00.540.390.28
HSL343.64º41.08%52.75%-
HSV(B)343.64º53.8%72.16%-
XYZ25.9417.8617.41-
YUV117.68124.8175.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=48.29%
G=22.31%
B=29.40%

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
Decimal1848511200.540.390.28343.6441.0852.75
HexB85570036271C1582935
Octal27012516006647345305165
Binary1011100010101011110000011011010011111100101011000101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85570; }

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

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

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

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

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

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

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

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