#BB4556

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

Shades of Hippie Pink #BB4556

Tints of Hippie Pink #BB4556

Color information

#BB4556 (or 0xBB4556) is unknown color: approx Hippie Pink. HEX triplet: BB, 45 and 56. RGB value is (187,69,86). Sum of RGB (Red+Green+Blue) = 187+69+86=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 69 (27.34% from 255 or 20.18% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4556 is #44BAA9. Grayscale: #6A6A6A. Windows color (decimal): -4504234 or 5653947. OLE color: 5653947.

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

Color convert

RGB1876986-
CMYK00.630.540.27
HSL351.36º46.46%50.2%-
HSV(B)351.36º63.1%73.33%-
XYZ24.315.4910.51-
YUV106.22116.59185.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.68%
GREEN value IS 69 (27.34% from 255) = 20.18%
BLUE value IS 86 (33.98% from 255) = 25.15%
R=54.68%
G=20.18%
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
Decimal187698600.630.540.27351.3646.4650.2
HexBB455603F361B15f2e32
Octal27310512607766335375662
Binary1011101110001011010110011111111011011011101011111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4556

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4556; }

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

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

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

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

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

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

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

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