#B94656

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

Shades of Hippie Pink #B94656

Tints of Hippie Pink #B94656

Color information

#B94656 (or 0xB94656) is unknown color: approx Hippie Pink. HEX triplet: B9, 46 and 56. RGB value is (185,70,86). Sum of RGB (Red+Green+Blue) = 185+70+86=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 86 (33.98% from 255 or 25.22% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B94656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94656 is #46B9A9. Grayscale: #6A6A6A. Windows color (decimal): -4635050 or 5654201. OLE color: 5654201.

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

Color convert

RGB1857086-
CMYK00.620.540.27
HSL351.65º45.1%50%-
HSV(B)351.65º62.16%72.55%-
XYZ23.8815.3710.51-
YUV106.21116.6184.2-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.25%
GREEN value IS 70 (27.73% from 255) = 20.53%
BLUE value IS 86 (33.98% from 255) = 25.22%
R=54.25%
G=20.53%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185708600.620.540.27351.6545.150
HexB9465603E361B1602d32
Octal27110612607666335405562
Binary1011100110001101010110011111011011011011101100000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94656; }

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

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

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

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

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

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

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

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