#B15758

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

Shades of Hippie Pink #B15758

Tints of Hippie Pink #B15758

Color information

#B15758 (or 0xB15758) is unknown color: approx Hippie Pink. HEX triplet: B1, 57 and 58. RGB value is (177,87,88). Sum of RGB (Red+Green+Blue) = 177+87+88=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 88 (34.77% from 255 or 25% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B15758 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15758 is #4EA8A7. Grayscale: #727272. Windows color (decimal): -5154984 or 5789617. OLE color: 5789617.

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

Color convert

RGB1778788-
CMYK00.510.500.31
HSL359.33º36.59%51.76%-
HSV(B)359.33º50.85%69.41%-
XYZ23.316.8711.26-
YUV114.02113.32172.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 87 (34.38% from 255) = 24.72%
BLUE value IS 88 (34.77% from 255) = 25%
R=50.28%
G=24.72%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177878800.510.500.31359.3336.5951.76
HexB15758033321F1672534
Octal26112713006362375474564
Binary1011000110101111011000011001111001011111101100111100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15758; }

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

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

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

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

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

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

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

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