#BF5169

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

Shades of Blush #BF5169

Tints of Blush #BF5169

Color information

#BF5169 (or 0xBF5169) is unknown color: approx Blush. HEX triplet: BF, 51 and 69. RGB value is (191,81,105). Sum of RGB (Red+Green+Blue) = 191+81+105=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 105 (41.41% from 255 or 27.85% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5169 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5169 is #40AE96. Grayscale: #747474. Windows color (decimal): -4238999 or 6902207. OLE color: 6902207.

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

Color convert

RGB19181105-
CMYK00.580.450.25
HSL346.91º46.22%53.33%-
HSV(B)346.91º57.59%74.9%-
XYZ26.9817.9815.41-
YUV116.63121.44181.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.66%
GREEN value IS 81 (32.03% from 255) = 21.49%
BLUE value IS 105 (41.41% from 255) = 27.85%
R=50.66%
G=21.49%
B=27.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918110500.580.450.25346.9146.2253.33
HexBF516903A2D1915b2e35
Octal27712115107255315335665
Binary1011111110100011101001011101010110111001101011011101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5169; }

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

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

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

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

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

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

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

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