#bf5565

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

Shades of Blush #BF5565

Tints of Blush #BF5565

Color information

#BF5565 (or 0xBF5565) is unknown color: approx Blush. HEX triplet: BF, 55 and 65. RGB value is (191,85,101). Sum of RGB (Red+Green+Blue) = 191+85+101=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 101 (39.84% from 255 or 26.79% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5565 is #40AA9A. Grayscale: #767676. Windows color (decimal): -4237979 or 6641087. OLE color: 6641087.

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

Color convert

RGB19185101-
CMYK00.550.470.25
HSL350.94º45.3%54.12%-
HSV(B)350.94º55.5%74.9%-
XYZ27.0818.5114.46-
YUV118.52118.12179.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 85 (33.59% from 255) = 22.55%
BLUE value IS 101 (39.84% from 255) = 26.79%
R=50.66%
G=22.55%
B=26.79%

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
Decimal1918510100.550.470.25350.9445.354.12
HexBF55650372F1915f2d36
Octal27712514506757315375566
Binary1011111110101011100101011011110111111001101011111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5565; }

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

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

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

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

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

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

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

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