#B94465

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

Shades of Blush #B94465

Tints of Blush #B94465

Color information

#B94465 (or 0xB94465) is unknown color: approx Blush. HEX triplet: B9, 44 and 65. RGB value is (185,68,101). Sum of RGB (Red+Green+Blue) = 185+68+101=354 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.26% from 354); Green value is 68 (26.95% from 255 or 19.21% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 185 - color contains mainly: red. Hex color #B94465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94465 is #46BB9A. Grayscale: #6A6A6A. Windows color (decimal): -4635547 or 6636729. OLE color: 6636729.

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

Color convert

RGB18568101-
CMYK00.630.450.27
HSL343.08º46.25%49.61%-
HSV(B)343.08º63.24%72.55%-
XYZ24.4215.3913.99-
YUV106.74124.76183.82-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.26%
GREEN value IS 68 (26.95% from 255) = 19.21%
BLUE value IS 101 (39.84% from 255) = 28.53%
R=52.26%
G=19.21%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1856810100.630.450.27343.0846.2549.61
HexB9446503F2D1B1572e32
Octal27110414507755335275662
Binary1011100110001001100101011111110110111011101010111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94465; }

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

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

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

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

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

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

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

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