#BB4159

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

Shades of Hippie Pink #BB4159

Tints of Hippie Pink #BB4159

Color information

#BB4159 (or 0xBB4159) is unknown color: approx Hippie Pink. HEX triplet: BB, 41 and 59. RGB value is (187,65,89). Sum of RGB (Red+Green+Blue) = 187+65+89=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 89 (35.16% from 255 or 26.10% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4159 is #44BEA6. Grayscale: #686868. Windows color (decimal): -4505255 or 5849531. OLE color: 5849531.

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

Color convert

RGB1876589-
CMYK00.650.520.27
HSL348.2º48.41%49.41%-
HSV(B)348.2º65.24%73.33%-
XYZ24.1915.0711.08-
YUV104.21119.42187.05-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 89 (35.16% from 255) = 26.10%
R=54.84%
G=19.06%
B=26.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187658900.650.520.27348.248.4149.41
HexBB4159041341B15c3031
Octal273101131010164335346061
Binary10111011100000110110010100000111010011011101011100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4159; }

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

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

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

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

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

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

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

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