#B94A5D

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

Shades of Blush #B94A5D

Tints of Blush #B94A5D

Color information

#B94A5D (or 0xB94A5D) is unknown color: approx Blush. HEX triplet: B9, 4A and 5D. RGB value is (185,74,93). Sum of RGB (Red+Green+Blue) = 185+74+93=352 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.56% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 93 (36.72% from 255 or 26.42% from 352); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A5D is #46B5A2. Grayscale: #6D6D6D. Windows color (decimal): -4634019 or 6113977. OLE color: 6113977.

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

Color convert

RGB1857493-
CMYK00.60.500.27
HSL349.73º44.22%50.78%-
HSV(B)349.73º60%72.55%-
XYZ24.431612.16-
YUV109.35118.77181.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.56%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 93 (36.72% from 255) = 26.42%
R=52.56%
G=21.02%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.50
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185749300.60.500.27349.7344.2250.78
HexB94A5D03C321B15e2c33
Octal27111213507462335365463
Binary1011100110010101011101011110011001011011101011110101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A5D; }

 p { color: rgb(185,74,93); }

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

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

 a { background-color: rgb(185,74,93); }

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

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

 span { border-color: rgb(185,74,93); }

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