#B94A65

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

Shades of Blush #B94A65

Tints of Blush #B94A65

Color information

#B94A65 (or 0xB94A65) is unknown color: approx Blush. HEX triplet: B9, 4A and 65. RGB value is (185,74,101). Sum of RGB (Red+Green+Blue) = 185+74+101=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 101 (39.84% from 255 or 28.06% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B94A65 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94A65 is #46B59A. Grayscale: #6E6E6E. Windows color (decimal): -4634011 or 6638265. OLE color: 6638265.

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

Color convert

RGB18574101-
CMYK00.60.450.27
HSL345.41º44.22%50.78%-
HSV(B)345.41º60%72.55%-
XYZ24.8116.1514.12-
YUV110.27122.77181.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 101 (39.84% from 255) = 28.06%
R=51.39%
G=20.56%
B=28.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857410100.60.450.27345.4144.2250.78
HexB94A6503C2D1B1592c33
Octal27111214507455335315463
Binary1011100110010101100101011110010110111011101011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94A65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94A65; }

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

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

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

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

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

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

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

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