#B85568

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

Shades of Blush #B85568

Tints of Blush #B85568

Color information

#B85568 (or 0xB85568) is unknown color: approx Blush. HEX triplet: B8, 55 and 68. RGB value is (184,85,104). Sum of RGB (Red+Green+Blue) = 184+85+104=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B85568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85568 is #47AA97. Grayscale: #747474. Windows color (decimal): -4696728 or 6837688. OLE color: 6837688.

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

Color convert

RGB18485104-
CMYK00.540.430.28
HSL348.48º41.08%52.75%-
HSV(B)348.48º53.8%72.16%-
XYZ25.5117.6915.17-
YUV116.77120.8175.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.33%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=49.33%
G=22.79%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848510400.540.430.28348.4841.0852.75
HexB855680362B1C15c2935
Octal27012515006653345345165
Binary1011100010101011101000011011010101111100101011100101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85568; }

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

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

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

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

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

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

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

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