#b94553

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

Shades of Hippie Pink #B94553

Tints of Hippie Pink #B94553

Color information

#B94553 (or 0xB94553) is unknown color: approx Hippie Pink. HEX triplet: B9, 45 and 53. RGB value is (185,69,83). Sum of RGB (Red+Green+Blue) = 185+69+83=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B94553 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94553 is #46BAAC. Grayscale: #696969. Windows color (decimal): -4635309 or 5457337. OLE color: 5457337.

HSL color Cylindrical-coordinate representation of color #B94553: hue angle of 352.76º 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 #B94553 is Cyan = 0, Magento = 0.63, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1856983-
CMYK00.630.550.27
HSL352.76º45.67%49.8%-
HSV(B)352.76º62.7%72.55%-
XYZ23.715.29.87-
YUV105.28115.43184.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 54.90%
GREEN value IS 69 (27.34% from 255) = 20.47%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=54.90%
G=20.47%
B=24.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185698300.630.550.27352.7645.6749.8
HexB9455303F371B1612e32
Octal27110512307767335415662
Binary1011100110001011010011011111111011111011101100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b94553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b94553; }

 p { color: rgb(185,69,83); }

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

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

 a { background-color: rgb(185,69,83); }

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

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

 span { border-color: rgb(185,69,83); }

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