#B05155

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

Shades of Hippie Pink #B05155

Tints of Hippie Pink #B05155

Color information

#B05155 (or 0xB05155) is unknown color: approx Hippie Pink. HEX triplet: B0, 51 and 55. RGB value is (176,81,85). Sum of RGB (Red+Green+Blue) = 176+81+85=342 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.46% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 176 - color contains mainly: red. Hex color #B05155 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05155 is #4FAEAA. Grayscale: #6D6D6D. Windows color (decimal): -5222059 or 5591472. OLE color: 5591472.

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

Color convert

RGB1768185-
CMYK00.540.520.31
HSL357.47º37.55%50.39%-
HSV(B)357.47º53.98%69.02%-
XYZ22.4915.7710.45-
YUV109.86113.97175.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 51.46%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=51.46%
G=23.68%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176818500.540.520.31357.4737.5550.39
HexB05155036341F1652632
Octal26012112506664375454662
Binary1011000010100011010101011011011010011111101100101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05155; }

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

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

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

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

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

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

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

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