#B84D6B

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

Shades of Blush #B84D6B

Tints of Blush #B84D6B

Color information

#B84D6B (or 0xB84D6B) is unknown color: approx Blush. HEX triplet: B8, 4D and 6B. RGB value is (184,77,107). Sum of RGB (Red+Green+Blue) = 184+77+107=368 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 184 - color contains mainly: red. Hex color #B84D6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84D6B is #47B294. Grayscale: #707070. Windows color (decimal): -4698773 or 7032248. OLE color: 7032248.

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

Color convert

RGB18477107-
CMYK00.580.420.28
HSL343.18º42.97%51.18%-
HSV(B)343.18º58.15%72.16%-
XYZ25.0716.5615.78-
YUV112.41124.95179.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 50%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 107 (42.19% from 255) = 29.08%
R=50%
G=20.92%
B=29.08%

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
Decimal1847710700.580.420.28343.1842.9751.18
HexB84D6B03A2A1C1572b33
Octal27011515307252345275363
Binary1011100010011011101011011101010101011100101010111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84D6B; }

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

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

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

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

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

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

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

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