#BB646F

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

Shades of Blush #BB646F

Tints of Blush #BB646F

Color information

#BB646F (or 0xBB646F) is unknown color: approx Blush. HEX triplet: BB, 64 and 6F. RGB value is (187,100,111). Sum of RGB (Red+Green+Blue) = 187+100+111=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 111 (43.75% from 255 or 27.89% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB646F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB646F is #449B90. Grayscale: #7F7F7F. Windows color (decimal): -4496273 or 7300283. OLE color: 7300283.

HSL color Cylindrical-coordinate representation of color #BB646F: hue angle of 352.41º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB646F is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB187100111-
CMYK00.470.410.27
HSL352.41º39.01%56.27%-
HSV(B)352.41º46.52%73.33%-
XYZ27.9220.8317.59-
YUV127.27118.82170.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 46.98%
GREEN value IS 100 (39.45% from 255) = 25.13%
BLUE value IS 111 (43.75% from 255) = 27.89%
R=46.98%
G=25.13%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18710011100.470.410.27352.4139.0156.27
HexBB646F02F291B1602738
Octal27314415705751335404770
Binary1011101111001001101111010111110100111011101100000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB646F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB646F; }

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

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

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

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

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

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

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

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