#BB445A

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

Shades of Hippie Pink #BB445A

Tints of Hippie Pink #BB445A

Color information

#BB445A (or 0xBB445A) is unknown color: approx Hippie Pink. HEX triplet: BB, 44 and 5A. RGB value is (187,68,90). Sum of RGB (Red+Green+Blue) = 187+68+90=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 90 (35.55% from 255 or 26.09% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB445A is #44BBA5. Grayscale: #6A6A6A. Windows color (decimal): -4504486 or 5915835. OLE color: 5915835.

HSL color Cylindrical-coordinate representation of color #BB445A: hue angle of 348.91º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BB445A is Cyan = 0, Magento = 0.64, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB1876890-
CMYK00.640.520.27
HSL348.91º46.67%50%-
HSV(B)348.91º63.64%73.33%-
XYZ24.4115.4411.37-
YUV106.09118.92185.71-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.20%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 90 (35.55% from 255) = 26.09%
R=54.20%
G=19.71%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.52
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187689000.640.520.27348.9146.6750
HexBB445A040341B15d2f32
Octal273104132010064335355762
Binary10111011100010010110100100000011010011011101011101101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB445A; }

 p { color: rgb(187,68,90); }

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

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

 a { background-color: rgb(187,68,90); }

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

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

 span { border-color: rgb(187,68,90); }

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