#B94760

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

Shades of Blush #B94760

Tints of Blush #B94760

Color information

#B94760 (or 0xB94760) is unknown color: approx Blush. HEX triplet: B9, 47 and 60. RGB value is (185,71,96). Sum of RGB (Red+Green+Blue) = 185+71+96=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 96 (37.89% from 255 or 27.27% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B94760 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94760 is #46B89F. Grayscale: #6B6B6B. Windows color (decimal): -4634784 or 6309817. OLE color: 6309817.

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

Color convert

RGB1857196-
CMYK00.620.480.27
HSL346.84º44.88%50.2%-
HSV(B)346.84º61.62%72.55%-
XYZ24.3715.6712.81-
YUV107.94121.27182.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 96 (37.89% from 255) = 27.27%
R=52.56%
G=20.17%
B=27.27%

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
Decimal185719600.620.480.27346.8444.8850.2
HexB9476003E301B15b2d32
Octal27110714007660335335562
Binary1011100110001111100000011111011000011011101011011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94760; }

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

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

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

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

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

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

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

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