#B9646D

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

Shades of Blush #B9646D

Tints of Blush #B9646D

Color information

#B9646D (or 0xB9646D) is unknown color: approx Blush. HEX triplet: B9, 64 and 6D. RGB value is (185,100,109). Sum of RGB (Red+Green+Blue) = 185+100+109=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 185 - color contains mainly: red. Hex color #B9646D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9646D is #469B92. Grayscale: #7E7E7E. Windows color (decimal): -4627347 or 7169209. OLE color: 7169209.

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

Color convert

RGB185100109-
CMYK00.460.410.27
HSL353.65º37.78%55.88%-
HSV(B)353.65º45.95%72.55%-
XYZ27.3320.5316.99-
YUV126.44118.16169.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.95%
GREEN value IS 100 (39.45% from 255) = 25.38%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=46.95%
G=25.38%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510010900.460.410.27353.6537.7855.88
HexB9646D02E291B1622638
Octal27114415505651335424670
Binary1011100111001001101101010111010100111011101100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9646D; }

 p { color: rgb(185,100,109); }

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

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

 a { background-color: rgb(185,100,109); }

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

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

 span { border-color: rgb(185,100,109); }

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