#B94C5E

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

Shades of Blush #B94C5E

Tints of Blush #B94C5E

Color information

#B94C5E (or 0xB94C5E) is unknown color: approx Blush. HEX triplet: B9, 4C and 5E. RGB value is (185,76,94). Sum of RGB (Red+Green+Blue) = 185+76+94=355 (47% of max value = 765). Red value is 185 (72.66% from 255 or 52.11% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 94 (37.11% from 255 or 26.48% from 355); Max value from RGB is 185 - color contains mainly: red. Hex color #B94C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94C5E is #46B3A1. Grayscale: #6E6E6E. Windows color (decimal): -4633506 or 6180025. OLE color: 6180025.

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

Color convert

RGB1857694-
CMYK00.590.490.27
HSL350.09º43.78%51.18%-
HSV(B)350.09º58.92%72.55%-
XYZ24.6116.2912.44-
YUV110.64118.61181.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.11%
GREEN value IS 76 (30.08% from 255) = 21.41%
BLUE value IS 94 (37.11% from 255) = 26.48%
R=52.11%
G=21.41%
B=26.48%

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
Decimal185769400.590.490.27350.0943.7851.18
HexB94C5E03B311B15e2c33
Octal27111413607361335365463
Binary1011100110011001011110011101111000111011101011110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94C5E; }

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

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

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

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

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

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

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

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