#B84C68

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

Shades of Blush #B84C68

Tints of Blush #B84C68

Color information

#B84C68 (or 0xB84C68) is unknown color: approx Blush. HEX triplet: B8, 4C and 68. RGB value is (184,76,104). Sum of RGB (Red+Green+Blue) = 184+76+104=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B84C68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84C68 is #47B397. Grayscale: #6F6F6F. Windows color (decimal): -4699032 or 6835384. OLE color: 6835384.

HSL color Cylindrical-coordinate representation of color #B84C68: hue angle of 344.44º 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 #B84C68 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB18476104-
CMYK00.590.430.28
HSL344.44º43.2%50.98%-
HSV(B)344.44º58.7%72.16%-
XYZ24.8516.3614.94-
YUV111.48123.78179.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50.55%
GREEN value IS 76 (30.08% from 255) = 20.88%
BLUE value IS 104 (41.02% from 255) = 28.57%
R=50.55%
G=20.88%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847610400.590.430.28344.4443.250.98
HexB84C6803B2B1C1582b33
Octal27011415007353345305363
Binary1011100010011001101000011101110101111100101011000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84C68; }

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

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

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

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

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

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

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

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