#B94C5F

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

Shades of Blush #B94C5F

Tints of Blush #B94C5F

Color information

#B94C5F (or 0xB94C5F) is unknown color: approx Blush. HEX triplet: B9, 4C and 5F. RGB value is (185,76,95). Sum of RGB (Red+Green+Blue) = 185+76+95=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 95 (37.5% from 255 or 26.69% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C5F is #46B3A0. Grayscale: #6E6E6E. Windows color (decimal): -4633505 or 6245561. OLE color: 6245561.

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

Color convert

RGB1857695-
CMYK00.590.490.27
HSL349.54º43.78%51.18%-
HSV(B)349.54º58.92%72.55%-
XYZ24.6616.3112.67-
YUV110.76119.11180.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 76 (30.08% from 255) = 21.35%
BLUE value IS 95 (37.5% from 255) = 26.69%
R=51.97%
G=21.35%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.49
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185769500.590.490.27349.5443.7851.18
HexB94C5F03B311B15e2c33
Octal27111413707361335365463
Binary1011100110011001011111011101111000111011101011110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C5F; }

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

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

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

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

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

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

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

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