#BF8860

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

Shades of Twine #BF8860

Tints of Twine #BF8860

Color information

#BF8860 (or 0xBF8860) is unknown color: approx Twine. HEX triplet: BF, 88 and 60. RGB value is (191,136,96). Sum of RGB (Red+Green+Blue) = 191+136+96=423 (56% of max value = 765). Red value is 191 (75% from 255 or 45.15% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8860 is #40779F. Grayscale: #949494. Windows color (decimal): -4224928 or 6326463. OLE color: 6326463.

HSL color Cylindrical-coordinate representation of color #BF8860: hue angle of 25.26º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF8860 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19113696-
CMYK00.290.500.25
HSL25.26º42.6%56.27%-
HSV(B)25.26º49.74%74.9%-
XYZ32.429.5315.06-
YUV147.8898.72158.75-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.15%
GREEN value IS 136 (53.52% from 255) = 32.15%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=45.15%
G=32.15%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911369600.290.500.2525.2642.656.27
HexBF886001D3219192b38
Octal2772101400356231315370
Binary101111111000100011000000111011100101100111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8860; }

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

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

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

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

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

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

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

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