#BB4451

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

Shades of Hippie Pink #BB4451

Tints of Hippie Pink #BB4451

Color information

#BB4451 (or 0xBB4451) is unknown color: approx Hippie Pink. HEX triplet: BB, 44 and 51. RGB value is (187,68,81). Sum of RGB (Red+Green+Blue) = 187+68+81=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4451 is #44BBAE. Grayscale: #696969. Windows color (decimal): -4504495 or 5326011. OLE color: 5326011.

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

Color convert

RGB1876881-
CMYK00.640.570.27
HSL353.45º46.67%50%-
HSV(B)353.45º63.64%73.33%-
XYZ24.0515.299.47-
YUV105.06114.42186.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.65%
GREEN value IS 68 (26.95% from 255) = 20.24%
BLUE value IS 81 (32.03% from 255) = 24.11%
R=55.65%
G=20.24%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187688100.640.570.27353.4546.6750
HexBB4451040391B1612f32
Octal273104121010071335415762
Binary10111011100010010100010100000011100111011101100001101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4451; }

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

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

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

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

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

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

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

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