#BF8657

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

Shades of Twine #BF8657

Tints of Twine #BF8657

Color information

#BF8657 (or 0xBF8657) is unknown color: approx Twine. HEX triplet: BF, 86 and 57. RGB value is (191,134,87). Sum of RGB (Red+Green+Blue) = 191+134+87=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 87 (34.38% from 255 or 21.12% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8657 is #4079A8. Grayscale: #919191. Windows color (decimal): -4225449 or 5736127. OLE color: 5736127.

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

Color convert

RGB19113487-
CMYK00.300.540.25
HSL27.12º44.83%54.51%-
HSV(B)27.12º54.45%74.9%-
XYZ31.7328.8112.91-
YUV145.6894.88160.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 134 (52.73% from 255) = 32.52%
BLUE value IS 87 (34.38% from 255) = 21.12%
R=46.36%
G=32.52%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911348700.300.540.2527.1244.8354.51
HexBF865701E36191b2d37
Octal2772061270366631335567
Binary101111111000011010101110111101101101100111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8657

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8657; }

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

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

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

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

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

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

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

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