#BF8086

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

Shades of Charm #BF8086

Tints of Charm #BF8086

Color information

#BF8086 (or 0xBF8086) is unknown color: approx Charm. HEX triplet: BF, 80 and 86. RGB value is (191,128,134). Sum of RGB (Red+Green+Blue) = 191+128+134=453 (60% of max value = 765). Red value is 191 (75% from 255 or 42.16% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 134 (52.73% from 255 or 29.58% from 453); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8086 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF8086 is #407F79. Grayscale: #939393. Windows color (decimal): -4226938 or 8814783. OLE color: 8814783.

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

Color convert

RGB191128134-
CMYK00.330.300.25
HSL354.29º32.98%62.55%-
HSV(B)354.29º32.98%74.9%-
XYZ33.5128.2426.24-
YUV147.52120.37159.01-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.16%
GREEN value IS 128 (50.39% from 255) = 28.26%
BLUE value IS 134 (52.73% from 255) = 29.58%
R=42.16%
G=28.26%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112813400.330.300.25354.2932.9862.55
HexBF80860211E19162213f
Octal27720020604136315424177
Binary10111111100000001000011001000011111011001101100010100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8086; }

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

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

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

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

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

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

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

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