#BB4266

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

Shades of Blush #BB4266

Tints of Blush #BB4266

Color information

#BB4266 (or 0xBB4266) is unknown color: approx Blush. HEX triplet: BB, 42 and 66. RGB value is (187,66,102). Sum of RGB (Red+Green+Blue) = 187+66+102=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 102 (40.23% from 255 or 28.73% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4266 is #44BD99. Grayscale: #6A6A6A. Windows color (decimal): -4504986 or 6701755. OLE color: 6701755.

HSL color Cylindrical-coordinate representation of color #BB4266: hue angle of 342.15º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BB4266 is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB18766102-
CMYK00.650.450.27
HSL342.15º47.83%49.61%-
HSV(B)342.15º64.71%73.33%-
XYZ24.8415.4214.24-
YUV106.28125.59185.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.68%
GREEN value IS 66 (26.17% from 255) = 18.59%
BLUE value IS 102 (40.23% from 255) = 28.73%
R=52.68%
G=18.59%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876610200.650.450.27342.1547.8349.61
HexBB42660412D1B1563032
Octal273102146010155335266062
Binary10111011100001011001100100000110110111011101010110110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4266; }

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

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

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

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

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

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

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

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