#bf5060

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

Shades of Blush #BF5060

Tints of Blush #BF5060

Color information

#BF5060 (or 0xBF5060) is unknown color: approx Blush. HEX triplet: BF, 50 and 60. RGB value is (191,80,96). Sum of RGB (Red+Green+Blue) = 191+80+96=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5060 is #40AF9F. Grayscale: #737373. Windows color (decimal): -4239264 or 6312127. OLE color: 6312127.

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

Color convert

RGB1918096-
CMYK00.580.500.25
HSL351.35º46.44%53.14%-
HSV(B)351.35º58.12%74.9%-
XYZ26.4717.6613.08-
YUV115.01117.27182.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 96 (37.89% from 255) = 26.16%
R=52.04%
G=21.80%
B=26.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191809600.580.500.25351.3546.4453.14
HexBF506003A321915f2e35
Octal27712014007262315375665
Binary1011111110100001100000011101011001011001101011111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5060; }

 p { color: rgb(191,80,96); }

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

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

 a { background-color: rgb(191,80,96); }

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

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

 span { border-color: rgb(191,80,96); }

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