#BF8E51

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

Shades of Twine #BF8E51

Tints of Twine #BF8E51

Color information

#BF8E51 (or 0xBF8E51) is unknown color: approx Twine. HEX triplet: BF, 8E and 51. RGB value is (191,142,81). Sum of RGB (Red+Green+Blue) = 191+142+81=414 (54% of max value = 765). Red value is 191 (75% from 255 or 46.14% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 81 (32.03% from 255 or 19.57% from 414); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E51 is #4071AE. Grayscale: #959595. Windows color (decimal): -4223407 or 5344959. OLE color: 5344959.

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

Color convert

RGB19114281-
CMYK00.260.580.25
HSL33.27º46.22%53.33%-
HSV(B)33.27º57.59%74.9%-
XYZ32.6431.0212.05-
YUV149.789.23157.46-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.14%
GREEN value IS 142 (55.86% from 255) = 34.30%
BLUE value IS 81 (32.03% from 255) = 19.57%
R=46.14%
G=34.30%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911428100.260.580.2533.2746.2253.33
HexBF8E5101A3A19212e35
Octal2772161210327231415665
Binary1011111110001110101000101101011101011001100001101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E51; }

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

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

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

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

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

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

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

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