#B2515E

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

Shades of Hippie Pink #B2515E

Tints of Hippie Pink #B2515E

Color information

#B2515E (or 0xB2515E) is unknown color: approx Hippie Pink. HEX triplet: B2, 51 and 5E. RGB value is (178,81,94). Sum of RGB (Red+Green+Blue) = 178+81+94=353 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.42% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 178 - color contains mainly: red. Hex color #B2515E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2515E is #4DAEA1. Grayscale: #6F6F6F. Windows color (decimal): -5090978 or 6181298. OLE color: 6181298.

HSL color Cylindrical-coordinate representation of color #B2515E: hue angle of 351.96º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B2515E is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB1788194-
CMYK00.540.470.30
HSL351.96º38.65%50.78%-
HSV(B)351.96º54.49%69.8%-
XYZ23.3216.1612.48-
YUV111.49118.14175.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.42%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=50.42%
G=22.95%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178819400.540.470.30351.9638.6550.78
HexB2515E0362F1E1602733
Octal26212113606657365404763
Binary1011001010100011011110011011010111111110101100000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2515E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2515E; }

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

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

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

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

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

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

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

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