#BF5969

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

Shades of Blush #BF5969

Tints of Blush #BF5969

Color information

#BF5969 (or 0xBF5969) is unknown color: approx Blush. HEX triplet: BF, 59 and 69. RGB value is (191,89,105). Sum of RGB (Red+Green+Blue) = 191+89+105=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 89 (35.16% from 255 or 23.12% from 385); Blue value is 105 (41.41% from 255 or 27.27% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5969 is #40A696. Grayscale: #797979. Windows color (decimal): -4236951 or 6904255. OLE color: 6904255.

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

Color convert

RGB19189105-
CMYK00.530.450.25
HSL350.59º44.35%54.9%-
HSV(B)350.59º53.4%74.9%-
XYZ27.6119.2415.62-
YUV121.32118.79177.7-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 89 (35.16% from 255) = 23.12%
BLUE value IS 105 (41.41% from 255) = 27.27%
R=49.61%
G=23.12%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918910500.530.450.25350.5944.3554.9
HexBF59690352D1915f2c37
Octal27713115106555315375467
Binary1011111110110011101001011010110110111001101011111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5969; }

 p { color: rgb(191,89,105); }

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

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

 a { background-color: rgb(191,89,105); }

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

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

 span { border-color: rgb(191,89,105); }

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