#BB4264

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

Shades of Blush #BB4264

Tints of Blush #BB4264

Color information

#BB4264 (or 0xBB4264) is unknown color: approx Blush. HEX triplet: BB, 42 and 64. RGB value is (187,66,100). Sum of RGB (Red+Green+Blue) = 187+66+100=353 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.97% from 353); Green value is 66 (26.17% from 255 or 18.70% from 353); Blue value is 100 (39.45% from 255 or 28.33% from 353); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4264 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4264 is #44BD9B. Grayscale: #6A6A6A. Windows color (decimal): -4504988 or 6570683. OLE color: 6570683.

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

Color convert

RGB18766100-
CMYK00.650.470.27
HSL343.14º47.83%49.61%-
HSV(B)343.14º64.71%73.33%-
XYZ24.7415.3813.72-
YUV106.06124.59185.74-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.97%
GREEN value IS 66 (26.17% from 255) = 18.70%
BLUE value IS 100 (39.45% from 255) = 28.33%
R=52.97%
G=18.70%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876610000.650.470.27343.1447.8349.61
HexBB42640412F1B1573032
Octal273102144010157335276062
Binary10111011100001011001000100000110111111011101010111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4264; }

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

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

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

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

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

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

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

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