#B15259

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

Shades of Hippie Pink #B15259

Tints of Hippie Pink #B15259

Color information

#B15259 (or 0xB15259) is unknown color: approx Hippie Pink. HEX triplet: B1, 52 and 59. RGB value is (177,82,89). Sum of RGB (Red+Green+Blue) = 177+82+89=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B15259 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15259 is #4EADA6. Grayscale: #6F6F6F. Windows color (decimal): -5156263 or 5853873. OLE color: 5853873.

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

Color convert

RGB1778289-
CMYK00.540.500.31
HSL355.58º37.85%50.78%-
HSV(B)355.58º53.67%69.41%-
XYZ22.9516.111.35-
YUV111.2115.47174.93-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 50.86%
GREEN value IS 82 (32.42% from 255) = 23.56%
BLUE value IS 89 (35.16% from 255) = 25.57%
R=50.86%
G=23.56%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177828900.540.500.31355.5837.8550.78
HexB15259036321F1642633
Octal26112213106662375444663
Binary1011000110100101011001011011011001011111101100100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15259; }

 p { color: rgb(177,82,89); }

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

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

 a { background-color: rgb(177,82,89); }

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

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

 span { border-color: rgb(177,82,89); }

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