#BB4A54

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

Shades of Hippie Pink #BB4A54

Tints of Hippie Pink #BB4A54

Color information

#BB4A54 (or 0xBB4A54) is unknown color: approx Hippie Pink. HEX triplet: BB, 4A and 54. RGB value is (187,74,84). Sum of RGB (Red+Green+Blue) = 187+74+84=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 84 (33.20% from 255 or 24.35% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A54 is #44B5AB. Grayscale: #6C6C6C. Windows color (decimal): -4502956 or 5524155. OLE color: 5524155.

HSL color Cylindrical-coordinate representation of color #BB4A54: hue angle of 354.69º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4A54 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1877484-
CMYK00.600.550.27
HSL354.69º45.38%51.18%-
HSV(B)354.69º60.43%73.33%-
XYZ24.5416.110.2-
YUV108.93113.94183.69-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.20%
GREEN value IS 74 (29.30% from 255) = 21.45%
BLUE value IS 84 (33.20% from 255) = 24.35%
R=54.20%
G=21.45%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187748400.600.550.27354.6945.3851.18
HexBB4A5403C371B1632d33
Octal27311212407467335435563
Binary1011101110010101010100011110011011111011101100011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4A54; }

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

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

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

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

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

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

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

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