#B2515C

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

Shades of Hippie Pink #B2515C

Tints of Hippie Pink #B2515C

Color information

#B2515C (or 0xB2515C) is unknown color: approx Hippie Pink. HEX triplet: B2, 51 and 5C. RGB value is (178,81,92). Sum of RGB (Red+Green+Blue) = 178+81+92=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 92 (36.33% from 255 or 26.21% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B2515C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2515C is #4DAEA3. Grayscale: #6F6F6F. Windows color (decimal): -5090980 or 6050226. OLE color: 6050226.

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

Color convert

RGB1788192-
CMYK00.540.480.30
HSL353.2º38.65%50.78%-
HSV(B)353.2º54.49%69.8%-
XYZ23.2316.1212.01-
YUV111.26117.14175.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 50.71%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 92 (36.33% from 255) = 26.21%
R=50.71%
G=23.08%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.48
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178819200.540.480.30353.238.6550.78
HexB2515C036301E1612733
Octal26212113406660365414763
Binary1011001010100011011100011011011000011110101100001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2515C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2515C; }

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

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

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

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

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

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

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

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