#B94C69

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

Shades of Blush #B94C69

Tints of Blush #B94C69

Color information

#B94C69 (or 0xB94C69) is unknown color: approx Blush. HEX triplet: B9, 4C and 69. RGB value is (185,76,105). Sum of RGB (Red+Green+Blue) = 185+76+105=366 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.55% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C69 is #46B396. Grayscale: #6F6F6F. Windows color (decimal): -4633495 or 6900921. OLE color: 6900921.

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

Color convert

RGB18576105-
CMYK00.590.430.27
HSL344.04º43.78%51.18%-
HSV(B)344.04º58.92%72.55%-
XYZ25.1416.515.22-
YUV111.9124.11180.14-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.55%
GREEN value IS 76 (30.08% from 255) = 20.77%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=50.55%
G=20.77%
B=28.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857610500.590.430.27344.0443.7851.18
HexB94C6903B2B1B1582c33
Octal27111415107353335305463
Binary1011100110011001101001011101110101111011101011000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C69; }

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

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

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

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

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

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

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

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