#B94560

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

Shades of Blush #B94560

Tints of Blush #B94560

Color information

#B94560 (or 0xB94560) is unknown color: approx Blush. HEX triplet: B9, 45 and 60. RGB value is (185,69,96). Sum of RGB (Red+Green+Blue) = 185+69+96=350 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.86% from 350); Green value is 69 (27.34% from 255 or 19.71% from 350); Blue value is 96 (37.89% from 255 or 27.43% from 350); Max value from RGB is 185 - color contains mainly: red. Hex color #B94560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94560 is #46BA9F. Grayscale: #6A6A6A. Windows color (decimal): -4635296 or 6309305. OLE color: 6309305.

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

Color convert

RGB1856996-
CMYK00.630.480.27
HSL346.03º45.67%49.8%-
HSV(B)346.03º62.7%72.55%-
XYZ24.2515.4212.76-
YUV106.76121.93183.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.86%
GREEN value IS 69 (27.34% from 255) = 19.71%
BLUE value IS 96 (37.89% from 255) = 27.43%
R=52.86%
G=19.71%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185699600.630.480.27346.0345.6749.8
HexB9456003F301B15a2e32
Octal27110514007760335325662
Binary1011100110001011100000011111111000011011101011010101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94560; }

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

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

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

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

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

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

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

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