#B05559

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

Shades of Hippie Pink #B05559

Tints of Hippie Pink #B05559

Color information

#B05559 (or 0xB05559) is unknown color: approx Hippie Pink. HEX triplet: B0, 55 and 59. RGB value is (176,85,89). Sum of RGB (Red+Green+Blue) = 176+85+89=350 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.29% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 176 - color contains mainly: red. Hex color #B05559 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B05559 is #4FAAA6. Grayscale: #707070. Windows color (decimal): -5221031 or 5854640. OLE color: 5854640.

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

Color convert

RGB1768589-
CMYK00.520.490.31
HSL357.36º36.55%51.18%-
HSV(B)357.36º51.7%69.02%-
XYZ22.9616.4511.42-
YUV112.66114.65173.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.29%
GREEN value IS 85 (33.59% from 255) = 24.29%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=50.29%
G=24.29%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176858900.520.490.31357.3636.5551.18
HexB05559034311F1652533
Octal26012513106461375454563
Binary1011000010101011011001011010011000111111101100101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05559; }

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

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

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

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

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

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

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

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