#B94D6A

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

Shades of Blush #B94D6A

Tints of Blush #B94D6A

Color information

#B94D6A (or 0xB94D6A) is unknown color: approx Blush. HEX triplet: B9, 4D and 6A. RGB value is (185,77,106). Sum of RGB (Red+Green+Blue) = 185+77+106=368 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.27% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D6A is #46B295. Grayscale: #707070. Windows color (decimal): -4633238 or 6966713. OLE color: 6966713.

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

Color convert

RGB18577106-
CMYK00.580.430.27
HSL343.89º43.55%51.37%-
HSV(B)343.89º58.38%72.55%-
XYZ25.2616.6615.52-
YUV112.6124.28179.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.27%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=50.27%
G=20.92%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1857710600.580.430.27343.8943.5551.37
HexB94D6A03A2B1B1582c33
Octal27111515207253335305463
Binary1011100110011011101010011101010101111011101011000101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D6A; }

 p { color: rgb(185,77,106); }

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

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

 a { background-color: rgb(185,77,106); }

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

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

 span { border-color: rgb(185,77,106); }

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