#BB4B54

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

Shades of Hippie Pink #BB4B54

Tints of Hippie Pink #BB4B54

Color information

#BB4B54 (or 0xBB4B54) is unknown color: approx Hippie Pink. HEX triplet: BB, 4B and 54. RGB value is (187,75,84). Sum of RGB (Red+Green+Blue) = 187+75+84=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 84 (33.20% from 255 or 24.28% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4B54 is #44B4AB. Grayscale: #6D6D6D. Windows color (decimal): -4502700 or 5524411. OLE color: 5524411.

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

Color convert

RGB1877584-
CMYK00.600.550.27
HSL355.18º45.16%51.37%-
HSV(B)355.18º59.89%73.33%-
XYZ24.6116.2410.22-
YUV109.51113.61183.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.05%
GREEN value IS 75 (29.69% from 255) = 21.68%
BLUE value IS 84 (33.20% from 255) = 24.28%
R=54.05%
G=21.68%
B=24.28%

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
Decimal187758400.600.550.27355.1845.1651.37
HexBB4B5403C371B1632d33
Octal27311312407467335435563
Binary1011101110010111010100011110011011111011101100011101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4B54; }

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

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

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

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

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

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

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

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