#B94C66

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

Shades of Blush #B94C66

Tints of Blush #B94C66

Color information

#B94C66 (or 0xB94C66) is unknown color: approx Blush. HEX triplet: B9, 4C and 66. RGB value is (185,76,102). Sum of RGB (Red+Green+Blue) = 185+76+102=363 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.96% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C66 is #46B399. Grayscale: #6F6F6F. Windows color (decimal): -4633498 or 6704313. OLE color: 6704313.

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

Color convert

RGB18576102-
CMYK00.590.450.27
HSL345.69º43.78%51.18%-
HSV(B)345.69º58.92%72.55%-
XYZ24.9916.4414.43-
YUV111.56122.61180.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.96%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=50.96%
G=20.94%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857610200.590.450.27345.6943.7851.18
HexB94C6603B2D1B15a2c33
Octal27111414607355335325463
Binary1011100110011001100110011101110110111011101011010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C66; }

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

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

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

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

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

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

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

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