#BB415C

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

Shades of Hippie Pink #BB415C

Tints of Hippie Pink #BB415C

Color information

#BB415C (or 0xBB415C) is unknown color: approx Hippie Pink. HEX triplet: BB, 41 and 5C. RGB value is (187,65,92). Sum of RGB (Red+Green+Blue) = 187+65+92=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 92 (36.33% from 255 or 26.74% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB415C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB415C is #44BEA3. Grayscale: #686868. Windows color (decimal): -4505252 or 6046139. OLE color: 6046139.

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

Color convert

RGB1876592-
CMYK00.650.510.27
HSL346.72º48.41%49.41%-
HSV(B)346.72º65.24%73.33%-
XYZ24.3215.1211.76-
YUV104.56120.92186.8-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 92 (36.33% from 255) = 26.74%
R=54.36%
G=18.90%
B=26.74%

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
Decimal187659200.650.510.27346.7248.4149.41
HexBB415C041331B15b3031
Octal273101134010163335336061
Binary10111011100000110111000100000111001111011101011011110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB415C; }

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

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

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

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

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

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

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

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