#BF5768

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

Shades of Blush #BF5768

Tints of Blush #BF5768

Color information

#BF5768 (or 0xBF5768) is unknown color: approx Blush. HEX triplet: BF, 57 and 68. RGB value is (191,87,104). Sum of RGB (Red+Green+Blue) = 191+87+104=382 (50% of max value = 765). Red value is 191 (75% from 255 or 50% from 382); Green value is 87 (34.38% from 255 or 22.77% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5768 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5768 is #40A897. Grayscale: #787878. Windows color (decimal): -4237464 or 6838207. OLE color: 6838207.

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

Color convert

RGB19187104-
CMYK00.540.460.25
HSL350.19º44.83%54.51%-
HSV(B)350.19º54.45%74.9%-
XYZ27.3918.8915.3-
YUV120.03118.96178.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50%
GREEN value IS 87 (34.38% from 255) = 22.77%
BLUE value IS 104 (41.02% from 255) = 27.23%
R=50%
G=22.77%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.46
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918710400.540.460.25350.1944.8354.51
HexBF57680362E1915e2d37
Octal27712715006656315365567
Binary1011111110101111101000011011010111011001101011110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5768; }

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

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

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

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

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

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

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

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