#BF8C61

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

Shades of Twine #BF8C61

Tints of Twine #BF8C61

Color information

#BF8C61 (or 0xBF8C61) is unknown color: approx Twine. HEX triplet: BF, 8C and 61. RGB value is (191,140,97). Sum of RGB (Red+Green+Blue) = 191+140+97=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 140 (55.08% from 255 or 32.71% from 428); Blue value is 97 (38.28% from 255 or 22.66% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C61 is #40739E. Grayscale: #969696. Windows color (decimal): -4223903 or 6393023. OLE color: 6393023.

HSL color Cylindrical-coordinate representation of color #BF8C61: hue angle of 27.45º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF8C61 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.25.

Color convert

RGB19114097-
CMYK00.270.490.25
HSL27.45º42.34%56.47%-
HSV(B)27.45º49.21%74.9%-
XYZ33.0230.715.49-
YUV150.3597.9157-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 140 (55.08% from 255) = 32.71%
BLUE value IS 97 (38.28% from 255) = 22.66%
R=44.63%
G=32.71%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911409700.270.490.2527.4542.3456.47
HexBF8C6101B31191b2a38
Octal2772141410336131335270
Binary101111111000110011000010110111100011100111011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C61; }

 p { color: rgb(191,140,97); }

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

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

 a { background-color: rgb(191,140,97); }

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

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

 span { border-color: rgb(191,140,97); }

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