#BB445B

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

Shades of Hippie Pink #BB445B

Tints of Hippie Pink #BB445B

Color information

#BB445B (or 0xBB445B) is unknown color: approx Hippie Pink. HEX triplet: BB, 44 and 5B. RGB value is (187,68,91). Sum of RGB (Red+Green+Blue) = 187+68+91=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 68 (26.95% from 255 or 19.65% from 346); Blue value is 91 (35.94% from 255 or 26.30% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB445B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB445B is #44BBA4. Grayscale: #6A6A6A. Windows color (decimal): -4504485 or 5981371. OLE color: 5981371.

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

Color convert

RGB1876891-
CMYK00.640.510.27
HSL348.4º46.67%50%-
HSV(B)348.4º63.64%73.33%-
XYZ24.4515.4511.59-
YUV106.2119.42185.63-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.05%
GREEN value IS 68 (26.95% from 255) = 19.65%
BLUE value IS 91 (35.94% from 255) = 26.30%
R=54.05%
G=19.65%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187689100.640.510.27348.446.6750
HexBB445B040331B15c2f32
Octal273104133010063335345762
Binary10111011100010010110110100000011001111011101011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB445B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB445B; }

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

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

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

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

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

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

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

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