#BF7F86

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

Shades of Charm #BF7F86

Tints of Charm #BF7F86

Color information

#BF7F86 (or 0xBF7F86) is unknown color: approx Charm. HEX triplet: BF, 7F and 86. RGB value is (191,127,134). Sum of RGB (Red+Green+Blue) = 191+127+134=452 (59% of max value = 765). Red value is 191 (75% from 255 or 42.26% from 452); Green value is 127 (50% from 255 or 28.10% from 452); Blue value is 134 (52.73% from 255 or 29.65% from 452); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7F86 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7F86 is #408079. Grayscale: #929292. Windows color (decimal): -4227194 or 8814527. OLE color: 8814527.

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

Color convert

RGB191127134-
CMYK00.340.300.25
HSL353.44º33.33%62.35%-
HSV(B)353.44º33.51%74.9%-
XYZ33.3827.9826.2-
YUV146.93120.7159.43-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.26%
GREEN value IS 127 (50% from 255) = 28.10%
BLUE value IS 134 (52.73% from 255) = 29.65%
R=42.26%
G=28.10%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112713400.340.300.25353.4433.3362.35
HexBF7F860221E19161213e
Octal27717720604236315414176
Binary1011111111111111000011001000101111011001101100001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7F86; }

 p { color: rgb(191,127,134); }

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

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

 a { background-color: rgb(191,127,134); }

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

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

 span { border-color: rgb(191,127,134); }

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