#B1515E

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

Shades of Hippie Pink #B1515E

Tints of Hippie Pink #B1515E

Color information

#B1515E (or 0xB1515E) is unknown color: approx Hippie Pink. HEX triplet: B1, 51 and 5E. RGB value is (177,81,94). Sum of RGB (Red+Green+Blue) = 177+81+94=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 94 (37.11% from 255 or 26.70% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1515E is #4EAEA1. Grayscale: #6F6F6F. Windows color (decimal): -5156514 or 6181297. OLE color: 6181297.

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

Color convert

RGB1778194-
CMYK00.540.470.31
HSL351.88º38.1%50.59%-
HSV(B)351.88º54.24%69.41%-
XYZ23.0916.0412.47-
YUV111.19118.3174.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.28%
GREEN value IS 81 (32.03% from 255) = 23.01%
BLUE value IS 94 (37.11% from 255) = 26.70%
R=50.28%
G=23.01%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177819400.540.470.31351.8838.150.59
HexB1515E0362F1F1602633
Octal26112113606657375404663
Binary1011000110100011011110011011010111111111101100000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1515E; }

 p { color: rgb(177,81,94); }

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

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

 a { background-color: rgb(177,81,94); }

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

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

 span { border-color: rgb(177,81,94); }

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