#B94C63

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

Shades of Blush #B94C63

Tints of Blush #B94C63

Color information

#B94C63 (or 0xB94C63) is unknown color: approx Blush. HEX triplet: B9, 4C and 63. RGB value is (185,76,99). Sum of RGB (Red+Green+Blue) = 185+76+99=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C63 is #46B39C. Grayscale: #6F6F6F. Windows color (decimal): -4633501 or 6507705. OLE color: 6507705.

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

Color convert

RGB1857699-
CMYK00.590.460.27
HSL347.34º43.78%51.18%-
HSV(B)347.34º58.92%72.55%-
XYZ24.8416.3813.66-
YUV111.21121.11180.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 76 (30.08% from 255) = 21.11%
BLUE value IS 99 (39.06% from 255) = 27.5%
R=51.39%
G=21.11%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185769900.590.460.27347.3443.7851.18
HexB94C6303B2E1B15b2c33
Octal27111414307356335335463
Binary1011100110011001100011011101110111011011101011011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C63; }

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

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

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

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

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

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

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

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