#BB4951

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

Shades of Hippie Pink #BB4951

Tints of Hippie Pink #BB4951

Color information

#BB4951 (or 0xBB4951) is unknown color: approx Hippie Pink. HEX triplet: BB, 49 and 51. RGB value is (187,73,81). Sum of RGB (Red+Green+Blue) = 187+73+81=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 81 (32.03% from 255 or 23.75% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4951 is #44B6AE. Grayscale: #6C6C6C. Windows color (decimal): -4503215 or 5327291. OLE color: 5327291.

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

Color convert

RGB1877381-
CMYK00.610.570.27
HSL355.79º45.6%50.98%-
HSV(B)355.79º60.96%73.33%-
XYZ24.3615.929.57-
YUV108112.77184.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.84%
GREEN value IS 73 (28.91% from 255) = 21.41%
BLUE value IS 81 (32.03% from 255) = 23.75%
R=54.84%
G=21.41%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187738100.610.570.27355.7945.650.98
HexBB495103D391B1642e33
Octal27311112107571335445663
Binary1011101110010011010001011110111100111011101100100101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4951; }

 p { color: rgb(187,73,81); }

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

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

 a { background-color: rgb(187,73,81); }

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

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

 span { border-color: rgb(187,73,81); }

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