#B84E6A

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

Shades of Blush #B84E6A

Tints of Blush #B84E6A

Color information

#B84E6A (or 0xB84E6A) is unknown color: approx Blush. HEX triplet: B8, 4E and 6A. RGB value is (184,78,106). Sum of RGB (Red+Green+Blue) = 184+78+106=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 106 (41.80% from 255 or 28.80% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B84E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84E6A is #47B195. Grayscale: #707070. Windows color (decimal): -4698518 or 6966968. OLE color: 6966968.

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

Color convert

RGB18478106-
CMYK00.580.420.28
HSL344.15º42.74%51.37%-
HSV(B)344.15º57.61%72.16%-
XYZ25.0916.6815.53-
YUV112.89124.12178.72-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 78 (30.86% from 255) = 21.20%
BLUE value IS 106 (41.80% from 255) = 28.80%
R=50%
G=21.20%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847810600.580.420.28344.1542.7451.37
HexB84E6A03A2A1C1582b33
Octal27011615207252345305363
Binary1011100010011101101010011101010101011100101011000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84E6A; }

 p { color: rgb(184,78,106); }

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

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

 a { background-color: rgb(184,78,106); }

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

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

 span { border-color: rgb(184,78,106); }

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