#BB4954

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

Shades of Hippie Pink #BB4954

Tints of Hippie Pink #BB4954

Color information

#BB4954 (or 0xBB4954) is unknown color: approx Hippie Pink. HEX triplet: BB, 49 and 54. RGB value is (187,73,84). Sum of RGB (Red+Green+Blue) = 187+73+84=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 84 (33.20% from 255 or 24.42% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4954 is #44B6AB. Grayscale: #6C6C6C. Windows color (decimal): -4503212 or 5523899. OLE color: 5523899.

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

Color convert

RGB1877384-
CMYK00.610.550.27
HSL354.21º45.6%50.98%-
HSV(B)354.21º60.96%73.33%-
XYZ24.4815.9710.18-
YUV108.34114.27184.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 84 (33.20% from 255) = 24.42%
R=54.36%
G=21.22%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187738400.610.550.27354.2145.650.98
HexBB495403D371B1622e33
Octal27311112407567335425663
Binary1011101110010011010100011110111011111011101100010101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4954; }

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

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

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

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

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

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

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

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