#b05060

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

Shades of Hippie Pink #B05060

Tints of Hippie Pink #B05060

Color information

#B05060 (or 0xB05060) is unknown color: approx Hippie Pink. HEX triplet: B0, 50 and 60. RGB value is (176,80,96). Sum of RGB (Red+Green+Blue) = 176+80+96=352 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 176 - color contains mainly: red. Hex color #B05060 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05060 is #4FAF9F. Grayscale: #6E6E6E. Windows color (decimal): -5222304 or 6312112. OLE color: 6312112.

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

Color convert

RGB1768096-
CMYK00.550.450.31
HSL350º37.8%50.2%-
HSV(B)350º54.55%69.02%-
XYZ22.8815.8112.91-
YUV110.53119.8174.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50%
GREEN value IS 80 (31.64% from 255) = 22.73%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=50%
G=22.73%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176809600.550.450.3135037.850.2
HexB050600372D1F15e2632
Octal26012014006755375364662
Binary1011000010100001100000011011110110111111101011110100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b05060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b05060; }

 p { color: rgb(176,80,96); }

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

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

 a { background-color: rgb(176,80,96); }

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

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

 span { border-color: rgb(176,80,96); }

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