#B94660

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

Shades of Blush #B94660

Tints of Blush #B94660

Color information

#B94660 (or 0xB94660) is unknown color: approx Blush. HEX triplet: B9, 46 and 60. RGB value is (185,70,96). Sum of RGB (Red+Green+Blue) = 185+70+96=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 70 (27.73% from 255 or 19.94% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B94660 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94660 is #46B99F. Grayscale: #6B6B6B. Windows color (decimal): -4635040 or 6309561. OLE color: 6309561.

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

Color convert

RGB1857096-
CMYK00.620.480.27
HSL346.43º45.1%50%-
HSV(B)346.43º62.16%72.55%-
XYZ24.3115.5412.78-
YUV107.35121.6183.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 70 (27.73% from 255) = 19.94%
BLUE value IS 96 (37.89% from 255) = 27.35%
R=52.71%
G=19.94%
B=27.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185709600.620.480.27346.4345.150
HexB9466003E301B15a2d32
Octal27110614007660335325562
Binary1011100110001101100000011111011000011011101011010101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94660; }

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

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

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

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

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

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

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

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