#BB4466

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

Shades of Blush #BB4466

Tints of Blush #BB4466

Color information

#BB4466 (or 0xBB4466) is unknown color: approx Blush. HEX triplet: BB, 44 and 66. RGB value is (187,68,102). Sum of RGB (Red+Green+Blue) = 187+68+102=357 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.38% from 357); Green value is 68 (26.95% from 255 or 19.05% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4466 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4466 is #44BB99. Grayscale: #6B6B6B. Windows color (decimal): -4504474 or 6702267. OLE color: 6702267.

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

Color convert

RGB18768102-
CMYK00.640.450.27
HSL342.86º46.67%50%-
HSV(B)342.86º63.64%73.33%-
XYZ24.9615.6614.28-
YUV107.46124.92184.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.38%
GREEN value IS 68 (26.95% from 255) = 19.05%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=52.38%
G=19.05%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876810200.640.450.27342.8646.6750
HexBB44660402D1B1572f32
Octal273104146010055335275762
Binary10111011100010011001100100000010110111011101010111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4466; }

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

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

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

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

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

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

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

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