#B84D5C

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

Shades of Blush #B84D5C

Tints of Blush #B84D5C

Color information

#B84D5C (or 0xB84D5C) is unknown color: approx Blush. HEX triplet: B8, 4D and 5C. RGB value is (184,77,92). Sum of RGB (Red+Green+Blue) = 184+77+92=353 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.12% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 92 (36.33% from 255 or 26.06% from 353); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D5C is #47B2A3. Grayscale: #6E6E6E. Windows color (decimal): -4698788 or 6049208. OLE color: 6049208.

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

Color convert

RGB1847792-
CMYK00.580.500.28
HSL351.59º42.97%51.18%-
HSV(B)351.59º58.15%72.16%-
XYZ24.3516.2711.98-
YUV110.7117.45180.28-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 52.12%
GREEN value IS 77 (30.47% from 255) = 21.81%
BLUE value IS 92 (36.33% from 255) = 26.06%
R=52.12%
G=21.81%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184779200.580.500.28351.5942.9751.18
HexB84D5C03A321C1602b33
Octal27011513407262345405363
Binary1011100010011011011100011101011001011100101100000101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84D5C; }

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

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

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

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

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

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

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

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