#B85772

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

Shades of Blush #B85772

Tints of Blush #B85772

Color information

#B85772 (or 0xB85772) is unknown color: approx Blush. HEX triplet: B8, 57 and 72. RGB value is (184,87,114). Sum of RGB (Red+Green+Blue) = 184+87+114=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 87 (34.38% from 255 or 22.60% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B85772 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85772 is #47A88D. Grayscale: #777777. Windows color (decimal): -4696206 or 7493560. OLE color: 7493560.

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

Color convert

RGB18487114-
CMYK00.530.380.28
HSL343.3º40.59%53.14%-
HSV(B)343.3º52.72%72.16%-
XYZ26.2118.2218.06-
YUV119.08125.14174.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 47.79%
GREEN value IS 87 (34.38% from 255) = 22.60%
BLUE value IS 114 (44.92% from 255) = 29.61%
R=47.79%
G=22.60%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848711400.530.380.28343.340.5953.14
HexB85772035261C1572935
Octal27012716206546345275165
Binary1011100010101111110010011010110011011100101010111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85772; }

 p { color: rgb(184,87,114); }

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

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

 a { background-color: rgb(184,87,114); }

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

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

 span { border-color: rgb(184,87,114); }

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