#bf5566

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

Shades of Blush #BF5566

Tints of Blush #BF5566

Color information

#BF5566 (or 0xBF5566) is unknown color: approx Blush. HEX triplet: BF, 55 and 66. RGB value is (191,85,102). Sum of RGB (Red+Green+Blue) = 191+85+102=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 85 (33.59% from 255 or 22.49% from 378); Blue value is 102 (40.23% from 255 or 26.98% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5566 is #40AA99. Grayscale: #767676. Windows color (decimal): -4237978 or 6706623. OLE color: 6706623.

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

Color convert

RGB19185102-
CMYK00.550.470.25
HSL350.38º45.3%54.12%-
HSV(B)350.38º55.5%74.9%-
XYZ27.1318.5314.72-
YUV118.63118.62179.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.53%
GREEN value IS 85 (33.59% from 255) = 22.49%
BLUE value IS 102 (40.23% from 255) = 26.98%
R=50.53%
G=22.49%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918510200.550.470.25350.3845.354.12
HexBF55660372F1915e2d36
Octal27712514606757315365566
Binary1011111110101011100110011011110111111001101011110101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5566; }

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

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

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

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

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

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

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

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