#B94666

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

Shades of Blush #B94666

Tints of Blush #B94666

Color information

#B94666 (or 0xB94666) is unknown color: approx Blush. HEX triplet: B9, 46 and 66. RGB value is (185,70,102). Sum of RGB (Red+Green+Blue) = 185+70+102=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 102 (40.23% from 255 or 28.57% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B94666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94666 is #46B999. Grayscale: #6C6C6C. Windows color (decimal): -4635034 or 6702777. OLE color: 6702777.

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

Color convert

RGB18570102-
CMYK00.620.450.27
HSL343.3º45.1%50%-
HSV(B)343.3º62.16%72.55%-
XYZ24.615.6514.3-
YUV108.03124.6182.9-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 102 (40.23% from 255) = 28.57%
R=51.82%
G=19.61%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857010200.620.450.27343.345.150
HexB9466603E2D1B1572d32
Octal27110614607655335275562
Binary1011100110001101100110011111010110111011101010111101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94666; }

 p { color: rgb(185,70,102); }

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

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

 a { background-color: rgb(185,70,102); }

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

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

 span { border-color: rgb(185,70,102); }

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