#B1515D

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

Shades of Hippie Pink #B1515D

Tints of Hippie Pink #B1515D

Color information

#B1515D (or 0xB1515D) is unknown color: approx Hippie Pink. HEX triplet: B1, 51 and 5D. RGB value is (177,81,93). Sum of RGB (Red+Green+Blue) = 177+81+93=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 93 (36.72% from 255 or 26.50% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1515D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B1515D is #4EAEA2. Grayscale: #6F6F6F. Windows color (decimal): -5156515 or 6115761. OLE color: 6115761.

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

Color convert

RGB1778193-
CMYK00.540.470.31
HSL352.5º38.1%50.59%-
HSV(B)352.5º54.24%69.41%-
XYZ23.0516.0212.23-
YUV111.07117.8175.02-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.43%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 93 (36.72% from 255) = 26.50%
R=50.43%
G=23.08%
B=26.50%

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
Decimal177819300.540.470.31352.538.150.59
HexB1515D0362F1F1602633
Octal26112113506657375404663
Binary1011000110100011011101011011010111111111101100000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1515D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1515D; }

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

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

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

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

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

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

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

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