#B84B60

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

Shades of Blush #B84B60

Tints of Blush #B84B60

Color information

#B84B60 (or 0xB84B60) is unknown color: approx Blush. HEX triplet: B8, 4B and 60. RGB value is (184,75,96). Sum of RGB (Red+Green+Blue) = 184+75+96=355 (47% of max value = 765). Red value is 184 (72.27% from 255 or 51.83% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 184 - color contains mainly: red. Hex color #B84B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B84B60 is #47B49F. Grayscale: #6E6E6E. Windows color (decimal): -4699296 or 6310840. OLE color: 6310840.

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

Color convert

RGB1847596-
CMYK00.590.480.28
HSL348.44º43.43%50.78%-
HSV(B)348.44º59.24%72.16%-
XYZ24.3916.0712.88-
YUV109.98120.11180.79-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.83%
GREEN value IS 75 (29.69% from 255) = 21.13%
BLUE value IS 96 (37.89% from 255) = 27.04%
R=51.83%
G=21.13%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184759600.590.480.28348.4443.4350.78
HexB84B6003B301C15c2b33
Octal27011314007360345345363
Binary1011100010010111100000011101111000011100101011100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84B60; }

 p { color: rgb(184,75,96); }

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

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

 a { background-color: rgb(184,75,96); }

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

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

 span { border-color: rgb(184,75,96); }

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