#B0515B

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

Shades of Hippie Pink #B0515B

Tints of Hippie Pink #B0515B

Color information

#B0515B (or 0xB0515B) is unknown color: approx Hippie Pink. HEX triplet: B0, 51 and 5B. RGB value is (176,81,91). Sum of RGB (Red+Green+Blue) = 176+81+91=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0515B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B0515B is #4FAEA4. Grayscale: #6E6E6E. Windows color (decimal): -5222053 or 5984688. OLE color: 5984688.

HSL color Cylindrical-coordinate representation of color #B0515B: hue angle of 353.68º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0515B is Cyan = 0, Magento = 0.54, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB1768191-
CMYK00.540.480.31
HSL353.68º37.55%50.39%-
HSV(B)353.68º53.98%69.02%-
XYZ22.7415.8711.76-
YUV110.54116.97174.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 50.57%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 91 (35.94% from 255) = 26.15%
R=50.57%
G=23.28%
B=26.15%

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
Decimal176819100.540.480.31353.6837.5550.39
HexB0515B036301F1622632
Octal26012113306660375424662
Binary1011000010100011011011011011011000011111101100010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0515B; }

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

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

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

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

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

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

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

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