#B94D62

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

Shades of Blush #B94D62

Tints of Blush #B94D62

Color information

#B94D62 (or 0xB94D62) is unknown color: approx Blush. HEX triplet: B9, 4D and 62. RGB value is (185,77,98). Sum of RGB (Red+Green+Blue) = 185+77+98=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 98 (38.67% from 255 or 27.22% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B94D62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94D62 is #46B29D. Grayscale: #6F6F6F. Windows color (decimal): -4633246 or 6442425. OLE color: 6442425.

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

Color convert

RGB1857798-
CMYK00.580.470.27
HSL348.33º43.55%51.37%-
HSV(B)348.33º58.38%72.55%-
XYZ24.8716.513.43-
YUV111.69120.28180.29-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 77 (30.47% from 255) = 21.39%
BLUE value IS 98 (38.67% from 255) = 27.22%
R=51.39%
G=21.39%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185779800.580.470.27348.3343.5551.37
HexB94D6203A2F1B15c2c33
Octal27111514207257335345463
Binary1011100110011011100010011101010111111011101011100101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94D62; }

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

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

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

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

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

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

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

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