#BF496B

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

Shades of Blush #BF496B

Tints of Blush #BF496B

Color information

#BF496B (or 0xBF496B) is unknown color: approx Blush. HEX triplet: BF, 49 and 6B. RGB value is (191,73,107). Sum of RGB (Red+Green+Blue) = 191+73+107=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 73 (28.91% from 255 or 19.68% from 371); Blue value is 107 (42.19% from 255 or 28.84% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BF496B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BF496B is #40B694. Grayscale: #707070. Windows color (decimal): -4241045 or 7031231. OLE color: 7031231.

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

Color convert

RGB19173107-
CMYK00.620.440.25
HSL342.71º47.97%51.76%-
HSV(B)342.71º61.78%74.9%-
XYZ26.5216.915.77-
YUV112.16125.09184.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.48%
GREEN value IS 73 (28.91% from 255) = 19.68%
BLUE value IS 107 (42.19% from 255) = 28.84%
R=51.48%
G=19.68%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1917310700.620.440.25342.7147.9751.76
HexBF496B03E2C191573034
Octal27711115307654315276064
Binary1011111110010011101011011111010110011001101010111110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF496B; }

 p { color: rgb(191,73,107); }

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

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

 a { background-color: rgb(191,73,107); }

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

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

 span { border-color: rgb(191,73,107); }

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