#BB4450

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

Shades of Hippie Pink #BB4450

Tints of Hippie Pink #BB4450

Color information

#BB4450 (or 0xBB4450) is unknown color: approx Hippie Pink. HEX triplet: BB, 44 and 50. RGB value is (187,68,80). Sum of RGB (Red+Green+Blue) = 187+68+80=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 68 (26.95% from 255 or 20.30% from 335); Blue value is 80 (31.64% from 255 or 23.88% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4450 is #44BBAF. Grayscale: #696969. Windows color (decimal): -4504496 or 5260475. OLE color: 5260475.

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

Color convert

RGB1876880-
CMYK00.640.570.27
HSL353.95º46.67%50%-
HSV(B)353.95º63.64%73.33%-
XYZ24.0115.289.27-
YUV104.95113.92186.52-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.82%
GREEN value IS 68 (26.95% from 255) = 20.30%
BLUE value IS 80 (31.64% from 255) = 23.88%
R=55.82%
G=20.30%
B=23.88%

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
Decimal187688000.640.570.27353.9546.6750
HexBB4450040391B1622f32
Octal273104120010071335425762
Binary10111011100010010100000100000011100111011101100010101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4450; }

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

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

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

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

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

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

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

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