#BB4955

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

Shades of Hippie Pink #BB4955

Tints of Hippie Pink #BB4955

Color information

#BB4955 (or 0xBB4955) is unknown color: approx Hippie Pink. HEX triplet: BB, 49 and 55. RGB value is (187,73,85). Sum of RGB (Red+Green+Blue) = 187+73+85=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 73 (28.91% from 255 or 21.16% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4955 is #44B6AA. Grayscale: #6C6C6C. Windows color (decimal): -4503211 or 5589435. OLE color: 5589435.

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

Color convert

RGB1877385-
CMYK00.610.550.27
HSL353.68º45.6%50.98%-
HSV(B)353.68º60.96%73.33%-
XYZ24.5215.9910.39-
YUV108.45114.77184.02-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.20%
GREEN value IS 73 (28.91% from 255) = 21.16%
BLUE value IS 85 (33.59% from 255) = 24.64%
R=54.20%
G=21.16%
B=24.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187738500.610.550.27353.6845.650.98
HexBB495503D371B1622e33
Octal27311112507567335425663
Binary1011101110010011010101011110111011111011101100010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4955; }

 p { color: rgb(187,73,85); }

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

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

 a { background-color: rgb(187,73,85); }

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

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

 span { border-color: rgb(187,73,85); }

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