#bf8e59

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

Shades of Twine #BF8E59

Tints of Twine #BF8E59

Color information

#BF8E59 (or 0xBF8E59) is unknown color: approx Twine. HEX triplet: BF, 8E and 59. RGB value is (191,142,89). Sum of RGB (Red+Green+Blue) = 191+142+89=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 142 (55.86% from 255 or 33.65% from 422); Blue value is 89 (35.16% from 255 or 21.09% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E59 is #4071A6. Grayscale: #969696. Windows color (decimal): -4223399 or 5869247. OLE color: 5869247.

HSL color Cylindrical-coordinate representation of color #BF8E59: hue angle of 31.18º 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 #BF8E59 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB19114289-
CMYK00.260.530.25
HSL31.18º44.35%54.9%-
HSV(B)31.18º53.4%74.9%-
XYZ32.9631.1413.73-
YUV150.6193.23156.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 142 (55.86% from 255) = 33.65%
BLUE value IS 89 (35.16% from 255) = 21.09%
R=45.26%
G=33.65%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911428900.260.530.2531.1844.3554.9
HexBF8E5901A35191f2c37
Octal2772161310326531375467
Binary101111111000111010110010110101101011100111111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8e59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8e59; }

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

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

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

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

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

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

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

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