#BF8760

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

Shades of Twine #BF8760

Tints of Twine #BF8760

Color information

#BF8760 (or 0xBF8760) is unknown color: approx Twine. HEX triplet: BF, 87 and 60. RGB value is (191,135,96). Sum of RGB (Red+Green+Blue) = 191+135+96=422 (55% of max value = 765). Red value is 191 (75% from 255 or 45.26% from 422); Green value is 135 (53.12% from 255 or 31.99% from 422); Blue value is 96 (37.89% from 255 or 22.75% from 422); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8760 is #40789F. Grayscale: #939393. Windows color (decimal): -4225184 or 6326207. OLE color: 6326207.

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

Color convert

RGB19113596-
CMYK00.290.500.25
HSL24.63º42.6%56.27%-
HSV(B)24.63º49.74%74.9%-
XYZ32.2629.2515.01-
YUV147.399.05159.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.26%
GREEN value IS 135 (53.12% from 255) = 31.99%
BLUE value IS 96 (37.89% from 255) = 22.75%
R=45.26%
G=31.99%
B=22.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911359600.290.500.2524.6342.656.27
HexBF876001D3219192b38
Octal2772071400356231315370
Binary101111111000011111000000111011100101100111001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8760; }

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

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

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

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

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

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

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

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