#B94F60

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

Shades of Blush #B94F60

Tints of Blush #B94F60

Color information

#B94F60 (or 0xB94F60) is unknown color: approx Blush. HEX triplet: B9, 4F and 60. RGB value is (185,79,96). Sum of RGB (Red+Green+Blue) = 185+79+96=360 (47% of max value = 765). Red value is 185 (72.66% from 255 or 51.39% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 96 (37.89% from 255 or 26.67% from 360); Max value from RGB is 185 - color contains mainly: red. Hex color #B94F60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B94F60 is #46B09F. Grayscale: #707070. Windows color (decimal): -4632736 or 6311865. OLE color: 6311865.

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

Color convert

RGB1857996-
CMYK00.570.480.27
HSL350.38º43.09%51.76%-
HSV(B)350.38º57.3%72.55%-
XYZ24.9116.7512.99-
YUV112.63118.62179.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 51.39%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 96 (37.89% from 255) = 26.67%
R=51.39%
G=21.94%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185799600.570.480.27350.3843.0951.76
HexB94F60039301B15e2b34
Octal27111714007160335365364
Binary1011100110011111100000011100111000011011101011110101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B94F60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B94F60; }

 p { color: rgb(185,79,96); }

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

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

 a { background-color: rgb(185,79,96); }

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

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

 span { border-color: rgb(185,79,96); }

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