#B85166

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

Shades of Blush #B85166

Tints of Blush #B85166

Color information

#B85166 (or 0xB85166) is unknown color: approx Blush. HEX triplet: B8, 51 and 66. RGB value is (184,81,102). Sum of RGB (Red+Green+Blue) = 184+81+102=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 81 (32.03% from 255 or 22.07% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B85166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85166 is #47AE99. Grayscale: #727272. Windows color (decimal): -4697754 or 6705592. OLE color: 6705592.

HSL color Cylindrical-coordinate representation of color #B85166: hue angle of 347.77º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B85166 is Cyan = 0, Magento = 0.56, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB18481102-
CMYK00.560.450.28
HSL347.77º42.04%51.96%-
HSV(B)347.77º55.98%72.16%-
XYZ25.1117.0314.54-
YUV114.19121.12177.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.14%
GREEN value IS 81 (32.03% from 255) = 22.07%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=50.14%
G=22.07%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848110200.560.450.28347.7742.0451.96
HexB851660382D1C15c2a34
Octal27012114607055345345264
Binary1011100010100011100110011100010110111100101011100101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85166; }

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

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

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

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

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

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

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

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