#B95056

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

Shades of Hippie Pink #B95056

Tints of Hippie Pink #B95056

Color information

#B95056 (or 0xB95056) is unknown color: approx Hippie Pink. HEX triplet: B9, 50 and 56. RGB value is (185,80,86). Sum of RGB (Red+Green+Blue) = 185+80+86=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B95056 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B95056 is #46AFA9. Grayscale: #707070. Windows color (decimal): -4632490 or 5656761. OLE color: 5656761.

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

Color convert

RGB1858086-
CMYK00.570.540.27
HSL356.57º42.86%51.96%-
HSV(B)356.57º56.76%72.55%-
XYZ24.5616.7210.74-
YUV112.08113.29180.01-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 80 (31.64% from 255) = 22.79%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=52.71%
G=22.79%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185808600.570.540.27356.5742.8651.96
HexB95056039361B1652b34
Octal27112012607166335455364
Binary1011100110100001010110011100111011011011101100101101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B95056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B95056; }

 p { color: rgb(185,80,86); }

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

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

 a { background-color: rgb(185,80,86); }

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

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

 span { border-color: rgb(185,80,86); }

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