#BB464F

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

Shades of Hippie Pink #BB464F

Tints of Hippie Pink #BB464F

Color information

#BB464F (or 0xBB464F) is unknown color: approx Hippie Pink. HEX triplet: BB, 46 and 4F. RGB value is (187,70,79). Sum of RGB (Red+Green+Blue) = 187+70+79=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 70 (27.73% from 255 or 20.83% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB464F is #44B9B0. Grayscale: #6A6A6A. Windows color (decimal): -4503985 or 5195451. OLE color: 5195451.

HSL color Cylindrical-coordinate representation of color #BB464F: hue angle of 355.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BB464F is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB1877079-
CMYK00.630.580.27
HSL355.38º46.25%50.39%-
HSV(B)355.38º62.57%73.33%-
XYZ24.0915.519.12-
YUV106.01112.76185.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.65%
GREEN value IS 70 (27.73% from 255) = 20.83%
BLUE value IS 79 (31.25% from 255) = 23.51%
R=55.65%
G=20.83%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187707900.630.580.27355.3846.2550.39
HexBB464F03F3A1B1632e32
Octal27310611707772335435662
Binary1011101110001101001111011111111101011011101100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB464F; }

 p { color: rgb(187,70,79); }

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

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

 a { background-color: rgb(187,70,79); }

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

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

 span { border-color: rgb(187,70,79); }

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