#BF8F61

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

Shades of Twine #BF8F61

Tints of Twine #BF8F61

Color information

#BF8F61 (or 0xBF8F61) is unknown color: approx Twine. HEX triplet: BF, 8F and 61. RGB value is (191,143,97). Sum of RGB (Red+Green+Blue) = 191+143+97=431 (57% of max value = 765). Red value is 191 (75% from 255 or 44.32% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F61 is #40709E. Grayscale: #989898. Windows color (decimal): -4223135 or 6393791. OLE color: 6393791.

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

Color convert

RGB19114397-
CMYK00.250.490.25
HSL29.36º42.34%56.47%-
HSV(B)29.36º49.21%74.9%-
XYZ33.4731.5815.64-
YUV152.1196.9155.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.32%
GREEN value IS 143 (56.25% from 255) = 33.18%
BLUE value IS 97 (38.28% from 255) = 22.51%
R=44.32%
G=33.18%
B=22.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911439700.250.490.2529.3642.3456.47
HexBF8F6101931191d2a38
Octal2772171410316131355270
Binary101111111000111111000010110011100011100111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F61; }

 p { color: rgb(191,143,97); }

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

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

 a { background-color: rgb(191,143,97); }

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

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

 span { border-color: rgb(191,143,97); }

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