#B94C60

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

Shades of Blush #B94C60

Tints of Blush #B94C60

Color information

#B94C60 (or 0xB94C60) is unknown color: approx Blush. HEX triplet: B9, 4C and 60. RGB value is (185,76,96). Sum of RGB (Red+Green+Blue) = 185+76+96=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 96 (37.89% from 255 or 26.89% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C60 is #46B39F. Grayscale: #6E6E6E. Windows color (decimal): -4633504 or 6311097. OLE color: 6311097.

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

Color convert

RGB1857696-
CMYK00.590.480.27
HSL348.99º43.78%51.18%-
HSV(B)348.99º58.92%72.55%-
XYZ24.716.3312.92-
YUV110.87119.61180.87-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 76 (30.08% from 255) = 21.29%
BLUE value IS 96 (37.89% from 255) = 26.89%
R=51.82%
G=21.29%
B=26.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185769600.590.480.27348.9943.7851.18
HexB94C6003B301B15d2c33
Octal27111414007360335355463
Binary1011100110011001100000011101111000011011101011101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C60; }

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

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

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

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

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

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

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

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