#B84F6C

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

Shades of Blush #B84F6C

Tints of Blush #B84F6C

Color information

#B84F6C (or 0xB84F6C) is unknown color: approx Blush. HEX triplet: B8, 4F and 6C. RGB value is (184,79,108). Sum of RGB (Red+Green+Blue) = 184+79+108=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B84F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B84F6C is #47B093. Grayscale: #717171. Windows color (decimal): -4698260 or 7098296. OLE color: 7098296.

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

Color convert

RGB18479108-
CMYK00.570.410.28
HSL343.43º42.51%51.57%-
HSV(B)343.43º57.07%72.16%-
XYZ25.2716.8716.11-
YUV113.7124.79178.14-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 108 (42.58% from 255) = 29.11%
R=49.60%
G=21.29%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1847910800.570.410.28343.4342.5151.57
HexB84F6C039291C1572b34
Octal27011715407151345275364
Binary1011100010011111101100011100110100111100101010111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84F6C; }

 p { color: rgb(184,79,108); }

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

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

 a { background-color: rgb(184,79,108); }

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

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

 span { border-color: rgb(184,79,108); }

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