#B94D5B

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

Shades of Blush #B94D5B

Tints of Blush #B94D5B

Color information

#B94D5B (or 0xB94D5B) is unknown color: approx Blush. HEX triplet: B9, 4D and 5B. RGB value is (185,77,91). Sum of RGB (Red+Green+Blue) = 185+77+91=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 91 (35.94% from 255 or 25.78% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D5B is #46B2A4. Grayscale: #6E6E6E. Windows color (decimal): -4633253 or 5983673. OLE color: 5983673.

HSL color Cylindrical-coordinate representation of color #B94D5B: hue angle of 352.22º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94D5B is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.27.

Color convert

RGB1857791-
CMYK00.580.510.27
HSL352.22º43.55%51.37%-
HSV(B)352.22º58.38%72.55%-
XYZ24.5516.3811.76-
YUV110.89116.78180.86-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 77 (30.47% from 255) = 21.81%
BLUE value IS 91 (35.94% from 255) = 25.78%
R=52.41%
G=21.81%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.51
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185779100.580.510.27352.2243.5551.37
HexB94D5B03A331B1602c33
Octal27111513307263335405463
Binary1011100110011011011011011101011001111011101100000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D5B; }

 p { color: rgb(185,77,91); }

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

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

 a { background-color: rgb(185,77,91); }

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

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

 span { border-color: rgb(185,77,91); }

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