#bb4157

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

Shades of Hippie Pink #BB4157

Tints of Hippie Pink #BB4157

Color information

#BB4157 (or 0xBB4157) is unknown color: approx Hippie Pink. HEX triplet: BB, 41 and 57. RGB value is (187,65,87). Sum of RGB (Red+Green+Blue) = 187+65+87=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 87 (34.38% from 255 or 25.66% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4157 is #44BEA8. Grayscale: #686868. Windows color (decimal): -4505257 or 5718459. OLE color: 5718459.

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

Color convert

RGB1876587-
CMYK00.650.530.27
HSL349.18º48.41%49.41%-
HSV(B)349.18º65.24%73.33%-
XYZ24.115.0310.65-
YUV103.99118.42187.21-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.16%
GREEN value IS 65 (25.78% from 255) = 19.17%
BLUE value IS 87 (34.38% from 255) = 25.66%
R=55.16%
G=19.17%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187658700.650.530.27349.1848.4149.41
HexBB4157041351B15d3031
Octal273101127010165335356061
Binary10111011100000110101110100000111010111011101011101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb4157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb4157; }

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

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

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

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

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

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

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

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