#BF5568

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

Shades of Blush #BF5568

Tints of Blush #BF5568

Color information

#BF5568 (or 0xBF5568) is unknown color: approx Blush. HEX triplet: BF, 55 and 68. RGB value is (191,85,104). Sum of RGB (Red+Green+Blue) = 191+85+104=380 (50% of max value = 765). Red value is 191 (75% from 255 or 50.26% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 104 (41.02% from 255 or 27.37% from 380); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5568 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5568 is #40AA97. Grayscale: #767676. Windows color (decimal): -4237976 or 6837695. OLE color: 6837695.

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

Color convert

RGB19185104-
CMYK00.550.460.25
HSL349.25º45.3%54.12%-
HSV(B)349.25º55.5%74.9%-
XYZ27.2318.5715.25-
YUV118.86119.62179.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.26%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 104 (41.02% from 255) = 27.37%
R=50.26%
G=22.37%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918510400.550.460.25349.2545.354.12
HexBF55680372E1915d2d36
Octal27712515006756315355566
Binary1011111110101011101000011011110111011001101011101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5568; }

 p { color: rgb(191,85,104); }

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

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

 a { background-color: rgb(191,85,104); }

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

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

 span { border-color: rgb(191,85,104); }

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