#BB4454

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

Shades of Hippie Pink #BB4454

Tints of Hippie Pink #BB4454

Color information

#BB4454 (or 0xBB4454) is unknown color: approx Hippie Pink. HEX triplet: BB, 44 and 54. RGB value is (187,68,84). Sum of RGB (Red+Green+Blue) = 187+68+84=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4454 is #44BBAB. Grayscale: #696969. Windows color (decimal): -4504492 or 5522619. OLE color: 5522619.

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

Color convert

RGB1876884-
CMYK00.640.550.27
HSL351.93º46.67%50%-
HSV(B)351.93º63.64%73.33%-
XYZ24.1615.3410.07-
YUV105.4115.92186.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 68 (26.95% from 255) = 20.06%
BLUE value IS 84 (33.20% from 255) = 24.78%
R=55.16%
G=20.06%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187688400.640.550.27351.9346.6750
HexBB4454040371B1602f32
Octal273104124010067335405762
Binary10111011100010010101000100000011011111011101100000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4454; }

 p { color: rgb(187,68,84); }

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

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

 a { background-color: rgb(187,68,84); }

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

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

 span { border-color: rgb(187,68,84); }

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