#BB4555

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

Shades of Hippie Pink #BB4555

Tints of Hippie Pink #BB4555

Color information

#BB4555 (or 0xBB4555) is unknown color: approx Hippie Pink. HEX triplet: BB, 45 and 55. RGB value is (187,69,85). Sum of RGB (Red+Green+Blue) = 187+69+85=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 69 (27.34% from 255 or 20.23% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4555 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4555 is #44BAAA. Grayscale: #6A6A6A. Windows color (decimal): -4504235 or 5588411. OLE color: 5588411.

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

Color convert

RGB1876985-
CMYK00.630.550.27
HSL351.86º46.46%50.2%-
HSV(B)351.86º63.1%73.33%-
XYZ24.2615.4810.3-
YUV106.11116.09185.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 69 (27.34% from 255) = 20.23%
BLUE value IS 85 (33.59% from 255) = 24.93%
R=54.84%
G=20.23%
B=24.93%

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
Decimal187698500.630.550.27351.8646.4650.2
HexBB455503F371B1602e32
Octal27310512507767335405662
Binary1011101110001011010101011111111011111011101100000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4555; }

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

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

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

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

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

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

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

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