#B15058

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

Shades of Hippie Pink #B15058

Tints of Hippie Pink #B15058

Color information

#B15058 (or 0xB15058) is unknown color: approx Hippie Pink. HEX triplet: B1, 50 and 58. RGB value is (177,80,88). Sum of RGB (Red+Green+Blue) = 177+80+88=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 88 (34.77% from 255 or 25.51% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B15058 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15058 is #4EAFA7. Grayscale: #6D6D6D. Windows color (decimal): -5156776 or 5787825. OLE color: 5787825.

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

Color convert

RGB1778088-
CMYK00.550.500.31
HSL355.05º38.34%50.39%-
HSV(B)355.05º54.8%69.41%-
XYZ22.7615.7911.08-
YUV109.91115.64175.85-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 80 (31.64% from 255) = 23.19%
BLUE value IS 88 (34.77% from 255) = 25.51%
R=51.30%
G=23.19%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177808800.550.500.31355.0538.3450.39
HexB15058037321F1632632
Octal26112013006762375434662
Binary1011000110100001011000011011111001011111101100011100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15058; }

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

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

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

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

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

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

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

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