#B9646C

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

Shades of Blush #B9646C

Tints of Blush #B9646C

Color information

#B9646C (or 0xB9646C) is unknown color: approx Blush. HEX triplet: B9, 64 and 6C. RGB value is (185,100,108). Sum of RGB (Red+Green+Blue) = 185+100+108=393 (52% of max value = 765). Red value is 185 (72.66% from 255 or 47.07% from 393); Green value is 100 (39.45% from 255 or 25.45% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 185 - color contains mainly: red. Hex color #B9646C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9646C is #469B93. Grayscale: #7E7E7E. Windows color (decimal): -4627348 or 7103673. OLE color: 7103673.

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

Color convert

RGB185100108-
CMYK00.460.420.27
HSL354.35º37.78%55.88%-
HSV(B)354.35º45.95%72.55%-
XYZ27.2720.5116.71-
YUV126.33117.66169.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 47.07%
GREEN value IS 100 (39.45% from 255) = 25.45%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=47.07%
G=25.45%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510010800.460.420.27354.3537.7855.88
HexB9646C02E2A1B1622638
Octal27114415405652335424670
Binary1011100111001001101100010111010101011011101100010100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9646C; }

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

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

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

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

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

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

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

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