#BB4959

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

Shades of Hippie Pink #BB4959

Tints of Hippie Pink #BB4959

Color information

#BB4959 (or 0xBB4959) is unknown color: approx Hippie Pink. HEX triplet: BB, 49 and 59. RGB value is (187,73,89). Sum of RGB (Red+Green+Blue) = 187+73+89=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4959 is #44B6A6. Grayscale: #6C6C6C. Windows color (decimal): -4503207 or 5851579. OLE color: 5851579.

HSL color Cylindrical-coordinate representation of color #BB4959: hue angle of 351.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4959 is Cyan = 0, Magento = 0.61, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1877389-
CMYK00.610.520.27
HSL351.58º45.6%50.98%-
HSV(B)351.58º60.96%73.33%-
XYZ24.6816.0511.25-
YUV108.91116.77183.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 89 (35.16% from 255) = 25.50%
R=53.58%
G=20.92%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187738900.610.520.27351.5845.650.98
HexBB495903D341B1602e33
Octal27311113107564335405663
Binary1011101110010011011001011110111010011011101100000101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4959; }

 p { color: rgb(187,73,89); }

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

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

 a { background-color: rgb(187,73,89); }

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

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

 span { border-color: rgb(187,73,89); }

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