#BF566E

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

Shades of Blush #BF566E

Tints of Blush #BF566E

Color information

#BF566E (or 0xBF566E) is unknown color: approx Blush. HEX triplet: BF, 56 and 6E. RGB value is (191,86,110). Sum of RGB (Red+Green+Blue) = 191+86+110=387 (51% of max value = 765). Red value is 191 (75% from 255 or 49.35% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 110 (43.36% from 255 or 28.42% from 387); Max value from RGB is 191 - color contains mainly: red. Hex color #BF566E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF566E is #40A991. Grayscale: #787878. Windows color (decimal): -4237714 or 7231167. OLE color: 7231167.

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

Color convert

RGB19186110-
CMYK00.550.420.25
HSL346.29º45.06%54.31%-
HSV(B)346.29º54.97%74.9%-
XYZ27.6318.8616.94-
YUV120.13122.29178.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.35%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 110 (43.36% from 255) = 28.42%
R=49.35%
G=22.22%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918611000.550.420.25346.2945.0654.31
HexBF566E0372A1915a2d36
Octal27712615606752315325566
Binary1011111110101101101110011011110101011001101011010101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF566E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF566E; }

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

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

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

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

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

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

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

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