#BF5672

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

Shades of Blush #BF5672

Tints of Blush #BF5672

Color information

#BF5672 (or 0xBF5672) is unknown color: approx Blush. HEX triplet: BF, 56 and 72. RGB value is (191,86,114). Sum of RGB (Red+Green+Blue) = 191+86+114=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 86 (33.98% from 255 or 21.99% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5672 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5672 is #40A98D. Grayscale: #787878. Windows color (decimal): -4237710 or 7493311. OLE color: 7493311.

HSL color Cylindrical-coordinate representation of color #BF5672: hue angle of 344º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BF5672 is Cyan = 0, Magento = 0.55, Yellow = 0.40 and Black (K on CMYK) = 0.25.

Color convert

RGB19186114-
CMYK00.550.400.25
HSL344º45.06%54.31%-
HSV(B)344º54.97%74.9%-
XYZ27.8518.9518.11-
YUV120.59124.29178.22-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 86 (33.98% from 255) = 21.99%
BLUE value IS 114 (44.92% from 255) = 29.16%
R=48.85%
G=21.99%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918611400.550.400.2534445.0654.31
HexBF567203728191582d36
Octal27712616206750315305566
Binary1011111110101101110010011011110100011001101011000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5672; }

 p { color: rgb(191,86,114); }

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

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

 a { background-color: rgb(191,86,114); }

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

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

 span { border-color: rgb(191,86,114); }

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