#BB4650

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

Shades of Hippie Pink #BB4650

Tints of Hippie Pink #BB4650

Color information

#BB4650 (or 0xBB4650) is unknown color: approx Hippie Pink. HEX triplet: BB, 46 and 50. RGB value is (187,70,80). Sum of RGB (Red+Green+Blue) = 187+70+80=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4650 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4650 is #44B9AF. Grayscale: #6A6A6A. Windows color (decimal): -4503984 or 5260987. OLE color: 5260987.

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

Color convert

RGB1877080-
CMYK00.630.570.27
HSL354.87º46.25%50.39%-
HSV(B)354.87º62.57%73.33%-
XYZ24.1315.529.31-
YUV106.12113.26185.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.49%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 80 (31.64% from 255) = 23.74%
R=55.49%
G=20.77%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187708000.630.570.27354.8746.2550.39
HexBB465003F391B1632e32
Octal27310612007771335435662
Binary1011101110001101010000011111111100111011101100011101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4650; }

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

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

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

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

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

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

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

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