#B94965

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

Shades of Blush #B94965

Tints of Blush #B94965

Color information

#B94965 (or 0xB94965) is unknown color: approx Blush. HEX triplet: B9, 49 and 65. RGB value is (185,73,101). Sum of RGB (Red+Green+Blue) = 185+73+101=359 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.53% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 185 - color contains mainly: red. Hex color #B94965 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94965 is #46B69A. Grayscale: #6D6D6D. Windows color (decimal): -4634267 or 6638009. OLE color: 6638009.

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

Color convert

RGB18573101-
CMYK00.610.450.27
HSL345º44.44%50.59%-
HSV(B)345º60.54%72.55%-
XYZ24.7416.0214.1-
YUV109.68123.11181.72-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.53%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 101 (39.84% from 255) = 28.13%
R=51.53%
G=20.33%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857310100.610.450.2734544.4450.59
HexB9496503D2D1B1592c33
Octal27111114507555335315463
Binary1011100110010011100101011110110110111011101011001101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94965; }

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

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

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

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

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

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

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

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