#B84D5D

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

Shades of Blush #B84D5D

Tints of Blush #B84D5D

Color information

#B84D5D (or 0xB84D5D) is unknown color: approx Blush. HEX triplet: B8, 4D and 5D. RGB value is (184,77,93). Sum of RGB (Red+Green+Blue) = 184+77+93=354 (46% of max value = 765). Red value is 184 (72.27% from 255 or 51.98% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D5D is #47B2A2. Grayscale: #6E6E6E. Windows color (decimal): -4698787 or 6114744. OLE color: 6114744.

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

Color convert

RGB1847793-
CMYK00.580.490.28
HSL351.03º42.97%51.18%-
HSV(B)351.03º58.15%72.16%-
XYZ24.416.2912.21-
YUV110.82117.95180.2-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 51.98%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 93 (36.72% from 255) = 26.27%
R=51.98%
G=21.75%
B=26.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184779300.580.490.28351.0342.9751.18
HexB84D5D03A311C15f2b33
Octal27011513507261345375363
Binary1011100010011011011101011101011000111100101011111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84D5D; }

 p { color: rgb(184,77,93); }

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

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

 a { background-color: rgb(184,77,93); }

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

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

 span { border-color: rgb(184,77,93); }

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