#B95157

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

Shades of Hippie Pink #B95157

Tints of Hippie Pink #B95157

Color information

#B95157 (or 0xB95157) is unknown color: approx Hippie Pink. HEX triplet: B9, 51 and 57. RGB value is (185,81,87). Sum of RGB (Red+Green+Blue) = 185+81+87=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B95157 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95157 is #46AEA8. Grayscale: #707070. Windows color (decimal): -4632233 or 5722553. OLE color: 5722553.

HSL color Cylindrical-coordinate representation of color #B95157: hue angle of 356.54º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B95157 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB1858187-
CMYK00.560.530.27
HSL356.54º42.62%52.16%-
HSV(B)356.54º56.22%72.55%-
XYZ24.6716.8910.98-
YUV112.78113.46179.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 87 (34.38% from 255) = 24.65%
R=52.41%
G=22.95%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185818700.560.530.27356.5442.6252.16
HexB95157038351B1652b34
Octal27112112707065335455364
Binary1011100110100011010111011100011010111011101100101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95157; }

 p { color: rgb(185,81,87); }

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

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

 a { background-color: rgb(185,81,87); }

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

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

 span { border-color: rgb(185,81,87); }

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