#B15258

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

Shades of Hippie Pink #B15258

Tints of Hippie Pink #B15258

Color information

#B15258 (or 0xB15258) is unknown color: approx Hippie Pink. HEX triplet: B1, 52 and 58. RGB value is (177,82,88). Sum of RGB (Red+Green+Blue) = 177+82+88=347 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.01% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 88 (34.77% from 255 or 25.36% from 347); Max value from RGB is 177 - color contains mainly: red. Hex color #B15258 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B15258 is #4EADA7. Grayscale: #6F6F6F. Windows color (decimal): -5156264 or 5788337. OLE color: 5788337.

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

Color convert

RGB1778288-
CMYK00.540.500.31
HSL356.21º37.85%50.78%-
HSV(B)356.21º53.67%69.41%-
XYZ22.9116.0911.13-
YUV111.09114.97175.01-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 51.01%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 88 (34.77% from 255) = 25.36%
R=51.01%
G=23.63%
B=25.36%

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
Decimal177828800.540.500.31356.2137.8550.78
HexB15258036321F1642633
Octal26112213006662375444663
Binary1011000110100101011000011011011001011111101100100100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B15258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B15258; }

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

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

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

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

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

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

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

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