#B15659

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

Shades of Hippie Pink #B15659

Tints of Hippie Pink #B15659

Color information

#B15659 (or 0xB15659) is unknown color: approx Hippie Pink. HEX triplet: B1, 56 and 59. RGB value is (177,86,89). Sum of RGB (Red+Green+Blue) = 177+86+89=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B15659 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15659 is #4EA9A6. Grayscale: #717171. Windows color (decimal): -5155239 or 5854897. OLE color: 5854897.

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

Color convert

RGB1778689-
CMYK00.510.500.31
HSL358.02º36.84%51.57%-
HSV(B)358.02º51.41%69.41%-
XYZ23.2616.7211.45-
YUV113.55114.15173.26-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 86 (33.98% from 255) = 24.43%
BLUE value IS 89 (35.16% from 255) = 25.28%
R=50.28%
G=24.43%
B=25.28%

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
Decimal177868900.510.500.31358.0236.8451.57
HexB15659033321F1662534
Octal26112613106362375464564
Binary1011000110101101011001011001111001011111101100110100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15659; }

 p { color: rgb(177,86,89); }

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

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

 a { background-color: rgb(177,86,89); }

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

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

 span { border-color: rgb(177,86,89); }

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