#B94662

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

Shades of Blush #B94662

Tints of Blush #B94662

Color information

#B94662 (or 0xB94662) is unknown color: approx Blush. HEX triplet: B9, 46 and 62. RGB value is (185,70,98). Sum of RGB (Red+Green+Blue) = 185+70+98=353 (46% of max value = 765). Red value is 185 (72.66% from 255 or 52.41% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 98 (38.67% from 255 or 27.76% from 353); Max value from RGB is 185 - color contains mainly: red. Hex color #B94662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B94662 is #46B99D. Grayscale: #6B6B6B. Windows color (decimal): -4635038 or 6440633. OLE color: 6440633.

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

Color convert

RGB1857098-
CMYK00.620.470.27
HSL345.39º45.1%50%-
HSV(B)345.39º62.16%72.55%-
XYZ24.415.5813.28-
YUV107.58122.6183.22-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 52.41%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 98 (38.67% from 255) = 27.76%
R=52.41%
G=19.83%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185709800.620.470.27345.3945.150
HexB9466203E2F1B1592d32
Octal27110614207657335315562
Binary1011100110001101100010011111010111111011101011001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94662; }

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

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

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

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

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

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

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

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