#BB4750

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

Shades of Hippie Pink #BB4750

Tints of Hippie Pink #BB4750

Color information

#BB4750 (or 0xBB4750) is unknown color: approx Hippie Pink. HEX triplet: BB, 47 and 50. RGB value is (187,71,80). Sum of RGB (Red+Green+Blue) = 187+71+80=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 71 (28.12% from 255 or 21.01% from 338); Blue value is 80 (31.64% from 255 or 23.67% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4750 is #44B8AF. Grayscale: #6A6A6A. Windows color (decimal): -4503728 or 5261243. OLE color: 5261243.

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

Color convert

RGB1877180-
CMYK00.620.570.27
HSL355.34º46.03%50.59%-
HSV(B)355.34º62.03%73.33%-
XYZ24.1915.659.34-
YUV106.71112.93185.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 55.33%
GREEN value IS 71 (28.12% from 255) = 21.01%
BLUE value IS 80 (31.64% from 255) = 23.67%
R=55.33%
G=21.01%
B=23.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187718000.620.570.27355.3446.0350.59
HexBB475003E391B1632e33
Octal27310712007671335435663
Binary1011101110001111010000011111011100111011101100011101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4750; }

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

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

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

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

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

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

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

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