#BF8559

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

Shades of Twine #BF8559

Tints of Twine #BF8559

Color information

#BF8559 (or 0xBF8559) is unknown color: approx Twine. HEX triplet: BF, 85 and 59. RGB value is (191,133,89). Sum of RGB (Red+Green+Blue) = 191+133+89=413 (54% of max value = 765). Red value is 191 (75% from 255 or 46.25% from 413); Green value is 133 (52.34% from 255 or 32.20% from 413); Blue value is 89 (35.16% from 255 or 21.55% from 413); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8559 is #407AA6. Grayscale: #919191. Windows color (decimal): -4225703 or 5866943. OLE color: 5866943.

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

Color convert

RGB19113389-
CMYK00.300.530.25
HSL25.88º44.35%54.9%-
HSV(B)25.88º53.4%74.9%-
XYZ31.6828.5713.3-
YUV145.3396.22160.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.25%
GREEN value IS 133 (52.34% from 255) = 32.20%
BLUE value IS 89 (35.16% from 255) = 21.55%
R=46.25%
G=32.20%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911338900.300.530.2525.8844.3554.9
HexBF855901E35191a2c37
Octal2772051310366531325467
Binary101111111000010110110010111101101011100111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8559; }

 p { color: rgb(191,133,89); }

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

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

 a { background-color: rgb(191,133,89); }

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

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

 span { border-color: rgb(191,133,89); }

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