#BF5465

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

Shades of Blush #BF5465

Tints of Blush #BF5465

Color information

#BF5465 (or 0xBF5465) is unknown color: approx Blush. HEX triplet: BF, 54 and 65. RGB value is (191,84,101). Sum of RGB (Red+Green+Blue) = 191+84+101=376 (49% of max value = 765). Red value is 191 (75% from 255 or 50.80% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 101 (39.84% from 255 or 26.86% from 376); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5465 is #40AB9A. Grayscale: #757575. Windows color (decimal): -4238235 or 6640831. OLE color: 6640831.

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

Color convert

RGB19184101-
CMYK00.560.470.25
HSL350.47º45.53%53.92%-
HSV(B)350.47º56.02%74.9%-
XYZ27.0118.3614.43-
YUV117.93118.45180.12-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 50.80%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 101 (39.84% from 255) = 26.86%
R=50.80%
G=22.34%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918410100.560.470.25350.4745.5353.92
HexBF54650382F1915e2e36
Octal27712414507057315365666
Binary1011111110101001100101011100010111111001101011110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5465; }

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

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

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

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

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

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

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

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