#B15459

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

Shades of Hippie Pink #B15459

Tints of Hippie Pink #B15459

Color information

#B15459 (or 0xB15459) is unknown color: approx Hippie Pink. HEX triplet: B1, 54 and 59. RGB value is (177,84,89). Sum of RGB (Red+Green+Blue) = 177+84+89=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B15459 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15459 is #4EABA6. Grayscale: #707070. Windows color (decimal): -5155751 or 5854385. OLE color: 5854385.

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

Color convert

RGB1778489-
CMYK00.530.500.31
HSL356.77º37.35%51.18%-
HSV(B)356.77º52.54%69.41%-
XYZ23.116.4111.4-
YUV112.38114.81174.09-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 84 (33.20% from 255) = 24%
BLUE value IS 89 (35.16% from 255) = 25.43%
R=50.57%
G=24%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177848900.530.500.31356.7737.3551.18
HexB15459035321F1652533
Octal26112413106562375454563
Binary1011000110101001011001011010111001011111101100101100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15459; }

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

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

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

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

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

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

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

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