#BF8D53

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

Shades of Twine #BF8D53

Tints of Twine #BF8D53

Color information

#BF8D53 (or 0xBF8D53) is unknown color: approx Twine. HEX triplet: BF, 8D and 53. RGB value is (191,141,83). Sum of RGB (Red+Green+Blue) = 191+141+83=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 141 (55.47% from 255 or 33.98% from 415); Blue value is 83 (32.81% from 255 or 20% from 415); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D53 is #4072AC. Grayscale: #959595. Windows color (decimal): -4223661 or 5475775. OLE color: 5475775.

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

Color convert

RGB19114183-
CMYK00.260.570.25
HSL32.22º45.76%53.73%-
HSV(B)32.22º56.54%74.9%-
XYZ32.5730.7512.4-
YUV149.3490.56157.72-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 141 (55.47% from 255) = 33.98%
BLUE value IS 83 (32.81% from 255) = 20%
R=46.02%
G=33.98%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911418300.260.570.2532.2245.7653.73
HexBF8D5301A3919202e36
Octal2772151230327131405666
Binary1011111110001101101001101101011100111001100000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D53; }

 p { color: rgb(191,141,83); }

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

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

 a { background-color: rgb(191,141,83); }

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

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

 span { border-color: rgb(191,141,83); }

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