#BF5466

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

Shades of Blush #BF5466

Tints of Blush #BF5466

Color information

#BF5466 (or 0xBF5466) is unknown color: approx Blush. HEX triplet: BF, 54 and 66. RGB value is (191,84,102). Sum of RGB (Red+Green+Blue) = 191+84+102=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 102 (40.23% from 255 or 27.06% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5466 is #40AB99. Grayscale: #767676. Windows color (decimal): -4238234 or 6706367. OLE color: 6706367.

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

Color convert

RGB19184102-
CMYK00.560.470.25
HSL349.91º45.53%53.92%-
HSV(B)349.91º56.02%74.9%-
XYZ27.0518.3814.69-
YUV118.04118.95180.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 84 (33.20% from 255) = 22.28%
BLUE value IS 102 (40.23% from 255) = 27.06%
R=50.66%
G=22.28%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918410200.560.470.25349.9145.5353.92
HexBF54660382F1915e2e36
Octal27712414607057315365666
Binary1011111110101001100110011100010111111001101011110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5466; }

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

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

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

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

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

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

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

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