#BB4464

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

Shades of Blush #BB4464

Tints of Blush #BB4464

Color information

#BB4464 (or 0xBB4464) is unknown color: approx Blush. HEX triplet: BB, 44 and 64. RGB value is (187,68,100). Sum of RGB (Red+Green+Blue) = 187+68+100=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 100 (39.45% from 255 or 28.17% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4464 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4464 is #44BB9B. Grayscale: #6B6B6B. Windows color (decimal): -4504476 or 6571195. OLE color: 6571195.

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

Color convert

RGB18768100-
CMYK00.640.470.27
HSL343.87º46.67%50%-
HSV(B)343.87º63.64%73.33%-
XYZ24.8615.6213.76-
YUV107.23123.92184.9-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.68%
GREEN value IS 68 (26.95% from 255) = 19.15%
BLUE value IS 100 (39.45% from 255) = 28.17%
R=52.68%
G=19.15%
B=28.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876810000.640.470.27343.8746.6750
HexBB44640402F1B1582f32
Octal273104144010057335305762
Binary10111011100010011001000100000010111111011101011000101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4464; }

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

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

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

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

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

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

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

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