#BB445C

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

Shades of Hippie Pink #BB445C

Tints of Hippie Pink #BB445C

Color information

#BB445C (or 0xBB445C) is unknown color: approx Hippie Pink. HEX triplet: BB, 44 and 5C. RGB value is (187,68,92). Sum of RGB (Red+Green+Blue) = 187+68+92=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 92 (36.33% from 255 or 26.51% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB445C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB445C is #44BBA3. Grayscale: #6A6A6A. Windows color (decimal): -4504484 or 6046907. OLE color: 6046907.

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

Color convert

RGB1876892-
CMYK00.640.510.27
HSL347.9º46.67%50%-
HSV(B)347.9º63.64%73.33%-
XYZ24.4915.4711.82-
YUV106.32119.92185.55-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 92 (36.33% from 255) = 26.51%
R=53.89%
G=19.60%
B=26.51%

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
Decimal187689200.640.510.27347.946.6750
HexBB445C040331B15c2f32
Octal273104134010063335345762
Binary10111011100010010111000100000011001111011101011100101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB445C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB445C; }

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

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

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

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

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

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

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

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