#B15055

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

Shades of Hippie Pink #B15055

Tints of Hippie Pink #B15055

Color information

#B15055 (or 0xB15055) is unknown color: approx Hippie Pink. HEX triplet: B1, 50 and 55. RGB value is (177,80,85). Sum of RGB (Red+Green+Blue) = 177+80+85=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B15055 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15055 is #4EAFAA. Grayscale: #6D6D6D. Windows color (decimal): -5156779 or 5591217. OLE color: 5591217.

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

Color convert

RGB1778085-
CMYK00.550.520.31
HSL356.91º38.34%50.39%-
HSV(B)356.91º54.8%69.41%-
XYZ22.6415.7410.44-
YUV109.57114.14176.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.75%
GREEN value IS 80 (31.64% from 255) = 23.39%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=51.75%
G=23.39%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177808500.550.520.31356.9138.3450.39
HexB15055037341F1652632
Octal26112012506764375454662
Binary1011000110100001010101011011111010011111101100101100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15055; }

 p { color: rgb(177,80,85); }

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

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

 a { background-color: rgb(177,80,85); }

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

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

 span { border-color: rgb(177,80,85); }

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