#B85566

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

Shades of Blush #B85566

Tints of Blush #B85566

Color information

#B85566 (or 0xB85566) is unknown color: approx Blush. HEX triplet: B8, 55 and 66. RGB value is (184,85,102). Sum of RGB (Red+Green+Blue) = 184+85+102=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B85566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85566 is #47AA99. Grayscale: #747474. Windows color (decimal): -4696730 or 6706616. OLE color: 6706616.

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

Color convert

RGB18485102-
CMYK00.540.450.28
HSL349.7º41.08%52.75%-
HSV(B)349.7º53.8%72.16%-
XYZ25.4117.6514.64-
YUV116.54119.8176.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 85 (33.59% from 255) = 22.91%
BLUE value IS 102 (40.23% from 255) = 27.49%
R=49.60%
G=22.91%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848510200.540.450.28349.741.0852.75
HexB855660362D1C15e2935
Octal27012514606655345365165
Binary1011100010101011100110011011010110111100101011110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85566; }

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

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

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

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

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

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

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

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