#b84c64

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

Shades of Blush #B84C64

Tints of Blush #B84C64

Color information

#B84C64 (or 0xB84C64) is unknown color: approx Blush. HEX triplet: B8, 4C and 64. RGB value is (184,76,100). Sum of RGB (Red+Green+Blue) = 184+76+100=360 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.11% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C64 is #47B39B. Grayscale: #6F6F6F. Windows color (decimal): -4699036 or 6573240. OLE color: 6573240.

HSL color Cylindrical-coordinate representation of color #B84C64: hue angle of 346.67º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B84C64 is Cyan = 0, Magento = 0.59, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB18476100-
CMYK00.590.460.28
HSL346.67º43.2%50.98%-
HSV(B)346.67º58.7%72.16%-
XYZ24.6516.2813.9-
YUV111.03121.78180.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.11%
GREEN value IS 76 (30.08% from 255) = 21.11%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=51.11%
G=21.11%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847610000.590.460.28346.6743.250.98
HexB84C6403B2E1C15b2b33
Octal27011414407356345335363
Binary1011100010011001100100011101110111011100101011011101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b84c64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b84c64; }

 p { color: rgb(184,76,100); }

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

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

 a { background-color: rgb(184,76,100); }

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

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

 span { border-color: rgb(184,76,100); }

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