#B85561

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

Shades of Blush #B85561

Tints of Blush #B85561

Color information

#B85561 (or 0xB85561) is unknown color: approx Blush. HEX triplet: B8, 55 and 61. RGB value is (184,85,97). Sum of RGB (Red+Green+Blue) = 184+85+97=366 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.27% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 184 - color contains mainly: red. Hex color #B85561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85561 is #47AA9E. Grayscale: #747474. Windows color (decimal): -4696735 or 6378936. OLE color: 6378936.

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

Color convert

RGB1848597-
CMYK00.540.470.28
HSL352.73º41.08%52.75%-
HSV(B)352.73º53.8%72.16%-
XYZ25.1717.5513.37-
YUV115.97117.3176.52-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.27%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=50.27%
G=23.22%
B=26.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184859700.540.470.28352.7341.0852.75
HexB855610362F1C1612935
Octal27012514106657345415165
Binary1011100010101011100001011011010111111100101100001101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85561; }

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

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

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

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

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

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

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

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