#BF865F

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

Shades of Twine #BF865F

Tints of Twine #BF865F

Color information

#BF865F (or 0xBF865F) is unknown color: approx Twine. HEX triplet: BF, 86 and 5F. RGB value is (191,134,95). Sum of RGB (Red+Green+Blue) = 191+134+95=420 (55% of max value = 765). Red value is 191 (75% from 255 or 45.48% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 95 (37.5% from 255 or 22.62% from 420); Max value from RGB is 191 - color contains mainly: red. Hex color #BF865F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF865F is #4079A0. Grayscale: #929292. Windows color (decimal): -4225441 or 6260415. OLE color: 6260415.

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

Color convert

RGB19113495-
CMYK00.300.500.25
HSL24.38º42.86%56.08%-
HSV(B)24.38º50.26%74.9%-
XYZ32.0828.9514.72-
YUV146.698.88159.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.48%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 95 (37.5% from 255) = 22.62%
R=45.48%
G=31.90%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911349500.300.500.2524.3842.8656.08
HexBF865F01E3219182b38
Octal2772061370366231305370
Binary101111111000011010111110111101100101100111000101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF865F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF865F; }

 p { color: rgb(191,134,95); }

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

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

 a { background-color: rgb(191,134,95); }

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

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

 span { border-color: rgb(191,134,95); }

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