#B94963

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

Shades of Blush #B94963

Tints of Blush #B94963

Color information

#B94963 (or 0xB94963) is unknown color: approx Blush. HEX triplet: B9, 49 and 63. RGB value is (185,73,99). Sum of RGB (Red+Green+Blue) = 185+73+99=357 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.82% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 99 (39.06% from 255 or 27.73% from 357); Max value from RGB is 185 - color contains mainly: red. Hex color #B94963 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94963 is #46B69C. Grayscale: #6D6D6D. Windows color (decimal): -4634269 or 6506937. OLE color: 6506937.

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

Color convert

RGB1857399-
CMYK00.610.460.27
HSL346.07º44.44%50.59%-
HSV(B)346.07º60.54%72.55%-
XYZ24.6415.9813.59-
YUV109.45122.11181.89-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.82%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 99 (39.06% from 255) = 27.73%
R=51.82%
G=20.45%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185739900.610.460.27346.0744.4450.59
HexB9496303D2E1B15a2c33
Octal27111114307556335325463
Binary1011100110010011100011011110110111011011101011010101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94963; }

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

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

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

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

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

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

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

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