#B94665

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

Shades of Blush #B94665

Tints of Blush #B94665

Color information

#B94665 (or 0xB94665) is unknown color: approx Blush. HEX triplet: B9, 46 and 65. RGB value is (185,70,101). Sum of RGB (Red+Green+Blue) = 185+70+101=356 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.97% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 185 - color contains mainly: red. Hex color #B94665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94665 is #46B99A. Grayscale: #6B6B6B. Windows color (decimal): -4635035 or 6637241. OLE color: 6637241.

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

Color convert

RGB18570101-
CMYK00.620.450.27
HSL343.83º45.1%50%-
HSV(B)343.83º62.16%72.55%-
XYZ24.5515.6314.04-
YUV107.92124.1182.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.97%
GREEN value IS 70 (27.73% from 255) = 19.66%
BLUE value IS 101 (39.84% from 255) = 28.37%
R=51.97%
G=19.66%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.45
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857010100.620.450.27343.8345.150
HexB9466503E2D1B1582d32
Octal27110614507655335305562
Binary1011100110001101100101011111010110111011101011000101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94665; }

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

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

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

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

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

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

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

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