#B94E69

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

Shades of Blush #B94E69

Tints of Blush #B94E69

Color information

#B94E69 (or 0xB94E69) is unknown color: approx Blush. HEX triplet: B9, 4E and 69. RGB value is (185,78,105). Sum of RGB (Red+Green+Blue) = 185+78+105=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 105 (41.41% from 255 or 28.53% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94E69 is #46B196. Grayscale: #717171. Windows color (decimal): -4632983 or 6901433. OLE color: 6901433.

HSL color Cylindrical-coordinate representation of color #B94E69: hue angle of 344.86º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B94E69 is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB18578105-
CMYK00.580.430.27
HSL344.86º43.32%51.57%-
HSV(B)344.86º57.84%72.55%-
XYZ25.2816.7815.27-
YUV113.07123.45179.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 105 (41.41% from 255) = 28.53%
R=50.27%
G=21.20%
B=28.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857810500.580.430.27344.8643.3251.57
HexB94E6903A2B1B1592b34
Octal27111615107253335315364
Binary1011100110011101101001011101010101111011101011001101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E69; }

 p { color: rgb(185,78,105); }

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

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

 a { background-color: rgb(185,78,105); }

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

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

 span { border-color: rgb(185,78,105); }

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