#B94163

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

Shades of Blush #B94163

Tints of Blush #B94163

Color information

#B94163 (or 0xB94163) is unknown color: approx Blush. HEX triplet: B9, 41 and 63. RGB value is (185,65,99). Sum of RGB (Red+Green+Blue) = 185+65+99=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 99 (39.06% from 255 or 28.37% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B94163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94163 is #46BE9C. Grayscale: #686868. Windows color (decimal): -4636317 or 6504889. OLE color: 6504889.

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

Color convert

RGB1856599-
CMYK00.650.460.27
HSL343º48%49.02%-
HSV(B)343º64.86%72.55%-
XYZ24.151513.43-
YUV104.76124.76185.24-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 99 (39.06% from 255) = 28.37%
R=53.01%
G=18.62%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185659900.650.460.273434849.02
HexB941630412E1B1573031
Octal271101143010156335276061
Binary10111001100000111000110100000110111011011101010111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94163; }

 p { color: rgb(185,65,99); }

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

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

 a { background-color: rgb(185,65,99); }

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

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

 span { border-color: rgb(185,65,99); }

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