#B94363

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

Shades of Blush #B94363

Tints of Blush #B94363

Color information

#B94363 (or 0xB94363) is unknown color: approx Blush. HEX triplet: B9, 43 and 63. RGB value is (185,67,99). Sum of RGB (Red+Green+Blue) = 185+67+99=351 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.71% from 351); Green value is 67 (26.56% from 255 or 19.09% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 185 - color contains mainly: red. Hex color #B94363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94363 is #46BC9C. Grayscale: #696969. Windows color (decimal): -4635805 or 6505401. OLE color: 6505401.

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

Color convert

RGB1856799-
CMYK00.640.460.27
HSL343.73º46.83%49.41%-
HSV(B)343.73º63.78%72.55%-
XYZ24.2715.2313.46-
YUV105.93124.09184.4-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.71%
GREEN value IS 67 (26.56% from 255) = 19.09%
BLUE value IS 99 (39.06% from 255) = 28.21%
R=52.71%
G=19.09%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185679900.640.460.27343.7346.8349.41
HexB943630402E1B1582f31
Octal271103143010056335305761
Binary10111001100001111000110100000010111011011101011000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94363; }

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

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

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

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

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

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

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

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