#B94964

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

Shades of Blush #B94964

Tints of Blush #B94964

Color information

#B94964 (or 0xB94964) is unknown color: approx Blush. HEX triplet: B9, 49 and 64. RGB value is (185,73,100). Sum of RGB (Red+Green+Blue) = 185+73+100=358 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.68% from 358); Green value is 73 (28.91% from 255 or 20.39% from 358); Blue value is 100 (39.45% from 255 or 27.93% from 358); Max value from RGB is 185 - color contains mainly: red. Hex color #B94964 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94964 is #46B69B. Grayscale: #6D6D6D. Windows color (decimal): -4634268 or 6572473. OLE color: 6572473.

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

Color convert

RGB18573100-
CMYK00.610.460.27
HSL345.54º44.44%50.59%-
HSV(B)345.54º60.54%72.55%-
XYZ24.691613.84-
YUV109.57122.61181.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.68%
GREEN value IS 73 (28.91% from 255) = 20.39%
BLUE value IS 100 (39.45% from 255) = 27.93%
R=51.68%
G=20.39%
B=27.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857310000.610.460.27345.5444.4450.59
HexB9496403D2E1B15a2c33
Octal27111114407556335325463
Binary1011100110010011100100011110110111011011101011010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94964; }

 p { color: rgb(185,73,100); }

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

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

 a { background-color: rgb(185,73,100); }

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

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

 span { border-color: rgb(185,73,100); }

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