#BB4158

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

Shades of Hippie Pink #BB4158

Tints of Hippie Pink #BB4158

Color information

#BB4158 (or 0xBB4158) is unknown color: approx Hippie Pink. HEX triplet: BB, 41 and 58. RGB value is (187,65,88). Sum of RGB (Red+Green+Blue) = 187+65+88=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4158 is #44BEA7. Grayscale: #686868. Windows color (decimal): -4505256 or 5783995. OLE color: 5783995.

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

Color convert

RGB1876588-
CMYK00.650.530.27
HSL348.69º48.41%49.41%-
HSV(B)348.69º65.24%73.33%-
XYZ24.1515.0510.86-
YUV104.1118.92187.13-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55%
GREEN value IS 65 (25.78% from 255) = 19.12%
BLUE value IS 88 (34.77% from 255) = 25.88%
R=55%
G=19.12%
B=25.88%

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
Decimal187658800.650.530.27348.6948.4149.41
HexBB4158041351B15d3031
Octal273101130010165335356061
Binary10111011100000110110000100000111010111011101011101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4158; }

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

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

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

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

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

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

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

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