#BF8D60

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

Shades of Twine #BF8D60

Tints of Twine #BF8D60

Color information

#BF8D60 (or 0xBF8D60) is unknown color: approx Twine. HEX triplet: BF, 8D and 60. RGB value is (191,141,96). Sum of RGB (Red+Green+Blue) = 191+141+96=428 (56% of max value = 765). Red value is 191 (75% from 255 or 44.63% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 96 (37.89% from 255 or 22.43% from 428); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D60 is #40729F. Grayscale: #979797. Windows color (decimal): -4223648 or 6327743. OLE color: 6327743.

HSL color Cylindrical-coordinate representation of color #BF8D60: hue angle of 28.42º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF8D60 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.25.

Color convert

RGB19114196-
CMYK00.260.500.25
HSL28.42º42.6%56.27%-
HSV(B)28.42º49.74%74.9%-
XYZ33.1230.9715.3-
YUV150.8297.06156.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.63%
GREEN value IS 141 (55.47% from 255) = 32.94%
BLUE value IS 96 (37.89% from 255) = 22.43%
R=44.63%
G=32.94%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911419600.260.500.2528.4242.656.27
HexBF8D6001A32191c2b38
Octal2772151400326231345370
Binary101111111000110111000000110101100101100111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D60; }

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

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

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

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

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

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

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

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