#BB4552

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

Shades of Hippie Pink #BB4552

Tints of Hippie Pink #BB4552

Color information

#BB4552 (or 0xBB4552) is unknown color: approx Hippie Pink. HEX triplet: BB, 45 and 52. RGB value is (187,69,82). Sum of RGB (Red+Green+Blue) = 187+69+82=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 82 (32.42% from 255 or 24.26% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4552 is #44BAAD. Grayscale: #696969. Windows color (decimal): -4504238 or 5391803. OLE color: 5391803.

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

Color convert

RGB1876982-
CMYK00.630.560.27
HSL353.39º46.46%50.2%-
HSV(B)353.39º63.1%73.33%-
XYZ24.1415.439.69-
YUV105.76114.59185.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 82 (32.42% from 255) = 24.26%
R=55.33%
G=20.41%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.56
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187698200.630.560.27353.3946.4650.2
HexBB455203F381B1612e32
Octal27310512207770335415662
Binary1011101110001011010010011111111100011011101100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4552; }

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

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

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

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

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

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

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

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