#BB415B

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

Shades of Hippie Pink #BB415B

Tints of Hippie Pink #BB415B

Color information

#BB415B (or 0xBB415B) is unknown color: approx Hippie Pink. HEX triplet: BB, 41 and 5B. RGB value is (187,65,91). Sum of RGB (Red+Green+Blue) = 187+65+91=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 91 (35.94% from 255 or 26.53% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB415B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB415B is #44BEA4. Grayscale: #686868. Windows color (decimal): -4505253 or 5980603. OLE color: 5980603.

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

Color convert

RGB1876591-
CMYK00.650.510.27
HSL347.21º48.41%49.41%-
HSV(B)347.21º65.24%73.33%-
XYZ24.2715.111.53-
YUV104.44120.42186.89-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 91 (35.94% from 255) = 26.53%
R=54.52%
G=18.95%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187659100.650.510.27347.2148.4149.41
HexBB415B041331B15b3031
Octal273101133010163335336061
Binary10111011100000110110110100000111001111011101011011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB415B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB415B; }

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

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

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

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

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

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

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

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