#B1515B

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

Shades of Hippie Pink #B1515B

Tints of Hippie Pink #B1515B

Color information

#B1515B (or 0xB1515B) is unknown color: approx Hippie Pink. HEX triplet: B1, 51 and 5B. RGB value is (177,81,91). Sum of RGB (Red+Green+Blue) = 177+81+91=349 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.72% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 177 - color contains mainly: red. Hex color #B1515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1515B is #4EAEA4. Grayscale: #6E6E6E. Windows color (decimal): -5156517 or 5984689. OLE color: 5984689.

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

Color convert

RGB1778191-
CMYK00.540.490.31
HSL353.75º38.1%50.59%-
HSV(B)353.75º54.24%69.41%-
XYZ22.9615.9911.77-
YUV110.84116.8175.19-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.72%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 91 (35.94% from 255) = 26.07%
R=50.72%
G=23.21%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177819100.540.490.31353.7538.150.59
HexB1515B036311F1622633
Octal26112113306661375424663
Binary1011000110100011011011011011011000111111101100010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1515B; }

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

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

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

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

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

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

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

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