#BB405C

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

Shades of Hippie Pink #BB405C

Tints of Hippie Pink #BB405C

Color information

#BB405C (or 0xBB405C) is unknown color: approx Hippie Pink. HEX triplet: BB, 40 and 5C. RGB value is (187,64,92). Sum of RGB (Red+Green+Blue) = 187+64+92=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 64 (25.39% from 255 or 18.66% from 343); Blue value is 92 (36.33% from 255 or 26.82% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB405C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB405C is #44BFA3. Grayscale: #676767. Windows color (decimal): -4505508 or 6045883. OLE color: 6045883.

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

Color convert

RGB1876492-
CMYK00.660.510.27
HSL346.34º49%49.22%-
HSV(B)346.34º65.78%73.33%-
XYZ24.261511.74-
YUV103.97121.25187.22-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.52%
GREEN value IS 64 (25.39% from 255) = 18.66%
BLUE value IS 92 (36.33% from 255) = 26.82%
R=54.52%
G=18.66%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187649200.660.510.27346.344949.22
HexBB405C042331B15a3131
Octal273100134010263335326161
Binary10111011100000010111000100001011001111011101011010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB405C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB405C; }

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

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

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

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

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

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

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

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