#B15256

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

Shades of Hippie Pink #B15256

Tints of Hippie Pink #B15256

Color information

#B15256 (or 0xB15256) is unknown color: approx Hippie Pink. HEX triplet: B1, 52 and 56. RGB value is (177,82,86). Sum of RGB (Red+Green+Blue) = 177+82+86=345 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.30% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 177 - color contains mainly: red. Hex color #B15256 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15256 is #4EADA9. Grayscale: #6E6E6E. Windows color (decimal): -5156266 or 5657265. OLE color: 5657265.

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

Color convert

RGB1778286-
CMYK00.540.510.31
HSL357.47º37.85%50.78%-
HSV(B)357.47º53.67%69.41%-
XYZ22.8316.0510.7-
YUV110.86113.97175.17-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.30%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=51.30%
G=23.77%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177828600.540.510.31357.4737.8550.78
HexB15256036331F1652633
Octal26112212606663375454663
Binary1011000110100101010110011011011001111111101100101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15256; }

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

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

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

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

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

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

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

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