#B05159

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

Shades of Hippie Pink #B05159

Tints of Hippie Pink #B05159

Color information

#B05159 (or 0xB05159) is unknown color: approx Hippie Pink. HEX triplet: B0, 51 and 59. RGB value is (176,81,89). Sum of RGB (Red+Green+Blue) = 176+81+89=346 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.87% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 89 (35.16% from 255 or 25.72% from 346); Max value from RGB is 176 - color contains mainly: red. Hex color #B05159 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05159 is #4FAEA6. Grayscale: #6E6E6E. Windows color (decimal): -5222055 or 5853616. OLE color: 5853616.

HSL color Cylindrical-coordinate representation of color #B05159: hue angle of 354.95º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05159 is Cyan = 0, Magento = 0.54, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1768189-
CMYK00.540.490.31
HSL354.95º37.55%50.39%-
HSV(B)354.95º53.98%69.02%-
XYZ22.6515.8411.31-
YUV110.32115.97174.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.87%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 89 (35.16% from 255) = 25.72%
R=50.87%
G=23.41%
B=25.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176818900.540.490.31354.9537.5550.39
HexB05159036311F1632632
Octal26012113106661375434662
Binary1011000010100011011001011011011000111111101100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05159; }

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

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

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

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

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

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

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

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