#B94E65

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

Shades of Blush #B94E65

Tints of Blush #B94E65

Color information

#B94E65 (or 0xB94E65) is unknown color: approx Blush. HEX triplet: B9, 4E and 65. RGB value is (185,78,101). Sum of RGB (Red+Green+Blue) = 185+78+101=364 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.82% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 185 - color contains mainly: red. Hex color #B94E65 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94E65 is #46B19A. Grayscale: #707070. Windows color (decimal): -4632987 or 6639289. OLE color: 6639289.

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

Color convert

RGB18578101-
CMYK00.580.450.27
HSL347.1º43.32%51.57%-
HSV(B)347.1º57.84%72.55%-
XYZ25.0816.714.21-
YUV112.62121.45179.63-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.82%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 101 (39.84% from 255) = 27.75%
R=50.82%
G=21.43%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857810100.580.450.27347.143.3251.57
HexB94E6503A2D1B15b2b34
Octal27111614507255335335364
Binary1011100110011101100101011101010110111011101011011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94E65; }

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

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

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

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

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

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

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

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