#B94563

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

Shades of Blush #B94563

Tints of Blush #B94563

Color information

#B94563 (or 0xB94563) is unknown color: approx Blush. HEX triplet: B9, 45 and 63. RGB value is (185,69,99). Sum of RGB (Red+Green+Blue) = 185+69+99=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B94563 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94563 is #46BA9C. Grayscale: #6B6B6B. Windows color (decimal): -4635293 or 6505913. OLE color: 6505913.

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

Color convert

RGB1856999-
CMYK00.630.460.27
HSL344.48º45.67%49.8%-
HSV(B)344.48º62.7%72.55%-
XYZ24.3915.4713.51-
YUV107.1123.43183.56-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 99 (39.06% from 255) = 28.05%
R=52.41%
G=19.55%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185699900.630.460.27344.4845.6749.8
HexB9456303F2E1B1582e32
Octal27110514307756335305662
Binary1011100110001011100011011111110111011011101011000101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94563; }

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

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

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

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

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

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

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

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