#BF5866

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

Shades of Blush #BF5866

Tints of Blush #BF5866

Color information

#BF5866 (or 0xBF5866) is unknown color: approx Blush. HEX triplet: BF, 58 and 66. RGB value is (191,88,102). Sum of RGB (Red+Green+Blue) = 191+88+102=381 (50% of max value = 765). Red value is 191 (75% from 255 or 50.13% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 102 (40.23% from 255 or 26.77% from 381); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5866 is #40A799. Grayscale: #787878. Windows color (decimal): -4237210 or 6707391. OLE color: 6707391.

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

Color convert

RGB19188102-
CMYK00.540.470.25
HSL351.84º44.59%54.71%-
HSV(B)351.84º53.93%74.9%-
XYZ27.3719.0214.8-
YUV120.39117.62178.36-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.13%
GREEN value IS 88 (34.77% from 255) = 23.10%
BLUE value IS 102 (40.23% from 255) = 26.77%
R=50.13%
G=23.10%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918810200.540.470.25351.8444.5954.71
HexBF58660362F191602d37
Octal27713014606657315405567
Binary1011111110110001100110011011010111111001101100000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5866; }

 p { color: rgb(191,88,102); }

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

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

 a { background-color: rgb(191,88,102); }

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

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

 span { border-color: rgb(191,88,102); }

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