#B94455

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

Shades of Hippie Pink #B94455

Tints of Hippie Pink #B94455

Color information

#B94455 (or 0xB94455) is unknown color: approx Hippie Pink. HEX triplet: B9, 44 and 55. RGB value is (185,68,85). Sum of RGB (Red+Green+Blue) = 185+68+85=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B94455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94455 is #46BBAA. Grayscale: #686868. Windows color (decimal): -4635563 or 5588153. OLE color: 5588153.

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

Color convert

RGB1856885-
CMYK00.630.540.27
HSL351.28º46.25%49.61%-
HSV(B)351.28º63.24%72.55%-
XYZ23.7115.110.26-
YUV104.92116.76185.12-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.73%
GREEN value IS 68 (26.95% from 255) = 20.12%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=54.73%
G=20.12%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.54
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185688500.630.540.27351.2846.2549.61
HexB9445503F361B15f2e32
Octal27110412507766335375662
Binary1011100110001001010101011111111011011011101011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94455; }

 p { color: rgb(185,68,85); }

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

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

 a { background-color: rgb(185,68,85); }

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

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

 span { border-color: rgb(185,68,85); }

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