#B94D61

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

Shades of Blush #B94D61

Tints of Blush #B94D61

Color information

#B94D61 (or 0xB94D61) is unknown color: approx Blush. HEX triplet: B9, 4D and 61. RGB value is (185,77,97). Sum of RGB (Red+Green+Blue) = 185+77+97=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 97 (38.28% from 255 or 27.02% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D61 is #46B29E. Grayscale: #6F6F6F. Windows color (decimal): -4633247 or 6376889. OLE color: 6376889.

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

Color convert

RGB1857797-
CMYK00.580.480.27
HSL348.89º43.55%51.37%-
HSV(B)348.89º58.38%72.55%-
XYZ24.8216.4913.18-
YUV111.57119.78180.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 97 (38.28% from 255) = 27.02%
R=51.53%
G=21.45%
B=27.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185779700.580.480.27348.8943.5551.37
HexB94D6103A301B15d2c33
Octal27111514107260335355463
Binary1011100110011011100001011101011000011011101011101101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D61; }

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

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

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

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

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

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

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

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