#B85159

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

Shades of Hippie Pink #B85159

Tints of Hippie Pink #B85159

Color information

#B85159 (or 0xB85159) is unknown color: approx Hippie Pink. HEX triplet: B8, 51 and 59. RGB value is (184,81,89). Sum of RGB (Red+Green+Blue) = 184+81+89=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B85159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85159 is #47AEA6. Grayscale: #707070. Windows color (decimal): -4697767 or 5853624. OLE color: 5853624.

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

Color convert

RGB1848189-
CMYK00.560.520.28
HSL355.34º42.04%51.96%-
HSV(B)355.34º55.98%72.16%-
XYZ24.5116.811.4-
YUV112.71114.62178.85-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.98%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 89 (35.16% from 255) = 25.14%
R=51.98%
G=22.88%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184818900.560.520.28355.3442.0451.96
HexB85159038341C1632a34
Octal27012113107064345435264
Binary1011100010100011011001011100011010011100101100011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85159; }

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

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

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

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

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

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

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

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