#B3515B

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

Shades of Hippie Pink #B3515B

Tints of Hippie Pink #B3515B

Color information

#B3515B (or 0xB3515B) is unknown color: approx Hippie Pink. HEX triplet: B3, 51 and 5B. RGB value is (179,81,91). Sum of RGB (Red+Green+Blue) = 179+81+91=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 81 (32.03% from 255 or 23.08% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B3515B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3515B is #4CAEA4. Grayscale: #6F6F6F. Windows color (decimal): -5025445 or 5984691. OLE color: 5984691.

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

Color convert

RGB1798191-
CMYK00.550.490.30
HSL353.88º39.2%50.98%-
HSV(B)353.88º54.75%70.2%-
XYZ23.4216.2211.79-
YUV111.44116.47176.19-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 51.00%
GREEN value IS 81 (32.03% from 255) = 23.08%
BLUE value IS 91 (35.94% from 255) = 25.93%
R=51.00%
G=23.08%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179819100.550.490.30353.8839.250.98
HexB3515B037311E1622733
Octal26312113306761365424763
Binary1011001110100011011011011011111000111110101100010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3515B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3515B; }

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

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

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

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

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

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

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

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