#B1515C

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

Shades of Hippie Pink #B1515C

Tints of Hippie Pink #B1515C

Color information

#B1515C (or 0xB1515C) is unknown color: approx Hippie Pink. HEX triplet: B1, 51 and 5C. RGB value is (177,81,92). Sum of RGB (Red+Green+Blue) = 177+81+92=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 92 (36.33% from 255 or 26.29% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1515C is #4EAEA3. Grayscale: #6F6F6F. Windows color (decimal): -5156516 or 6050225. OLE color: 6050225.

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

Color convert

RGB1778192-
CMYK00.540.480.31
HSL353.12º38.1%50.59%-
HSV(B)353.12º54.24%69.41%-
XYZ23.011612-
YUV110.96117.3175.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.57%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 92 (36.33% from 255) = 26.29%
R=50.57%
G=23.14%
B=26.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177819200.540.480.31353.1238.150.59
HexB1515C036301F1612633
Octal26112113406660375414663
Binary1011000110100011011100011011011000011111101100001100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1515C; }

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

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

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

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

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

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

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

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