#B95159

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

Shades of Hippie Pink #B95159

Tints of Hippie Pink #B95159

Color information

#B95159 (or 0xB95159) is unknown color: approx Hippie Pink. HEX triplet: B9, 51 and 59. RGB value is (185,81,89). Sum of RGB (Red+Green+Blue) = 185+81+89=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B95159 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95159 is #46AEA6. Grayscale: #717171. Windows color (decimal): -4632231 or 5853625. OLE color: 5853625.

HSL color Cylindrical-coordinate representation of color #B95159: hue angle of 355.38º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95159 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1858189-
CMYK00.560.520.27
HSL355.38º42.62%52.16%-
HSV(B)355.38º56.22%72.55%-
XYZ24.7516.9211.41-
YUV113.01114.46179.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.11%
GREEN value IS 81 (32.03% from 255) = 22.82%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=52.11%
G=22.82%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185818900.560.520.27355.3842.6252.16
HexB95159038341B1632b34
Octal27112113107064335435364
Binary1011100110100011011001011100011010011011101100011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95159; }

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

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

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

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

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

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

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

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