#BF5369

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

Shades of Blush #BF5369

Tints of Blush #BF5369

Color information

#BF5369 (or 0xBF5369) is unknown color: approx Blush. HEX triplet: BF, 53 and 69. RGB value is (191,83,105). Sum of RGB (Red+Green+Blue) = 191+83+105=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 83 (32.81% from 255 or 21.90% from 379); Blue value is 105 (41.41% from 255 or 27.70% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5369 is #40AC96. Grayscale: #757575. Windows color (decimal): -4238487 or 6902719. OLE color: 6902719.

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

Color convert

RGB19183105-
CMYK00.570.450.25
HSL347.78º45.76%53.73%-
HSV(B)347.78º56.54%74.9%-
XYZ27.1318.2815.46-
YUV117.8120.78180.21-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.40%
GREEN value IS 83 (32.81% from 255) = 21.90%
BLUE value IS 105 (41.41% from 255) = 27.70%
R=50.40%
G=21.90%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.45
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918310500.570.450.25347.7845.7653.73
HexBF53690392D1915c2e36
Octal27712315107155315345666
Binary1011111110100111101001011100110110111001101011100101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5369; }

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

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

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

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

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

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

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

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