#bb444d

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

Shades of Hippie Pink #BB444D

Tints of Hippie Pink #BB444D

Color information

#BB444D (or 0xBB444D) is unknown color: approx Hippie Pink. HEX triplet: BB, 44 and 4D. RGB value is (187,68,77). Sum of RGB (Red+Green+Blue) = 187+68+77=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 68 (26.95% from 255 or 20.48% from 332); Blue value is 77 (30.47% from 255 or 23.19% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB444D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB444D is #44BBB2. Grayscale: #686868. Windows color (decimal): -4504499 or 5063867. OLE color: 5063867.

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

Color convert

RGB1876877-
CMYK00.640.590.27
HSL355.46º46.67%50%-
HSV(B)355.46º63.64%73.33%-
XYZ23.915.238.7-
YUV104.61112.42186.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 56.33%
GREEN value IS 68 (26.95% from 255) = 20.48%
BLUE value IS 77 (30.47% from 255) = 23.19%
R=56.33%
G=20.48%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187687700.640.590.27355.4646.6750
HexBB444D0403B1B1632f32
Octal273104115010073335435762
Binary10111011100010010011010100000011101111011101100011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bb444d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bb444d; }

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

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

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

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

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

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

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

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