#BF864E

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

Shades of Twine #BF864E

Tints of Twine #BF864E

Color information

#BF864E (or 0xBF864E) is unknown color: approx Twine. HEX triplet: BF, 86 and 4E. RGB value is (191,134,78). Sum of RGB (Red+Green+Blue) = 191+134+78=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 134 (52.73% from 255 or 33.25% from 403); Blue value is 78 (30.86% from 255 or 19.35% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF864E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF864E is #4079B1. Grayscale: #909090. Windows color (decimal): -4225458 or 5146303. OLE color: 5146303.

HSL color Cylindrical-coordinate representation of color #BF864E: hue angle of 29.73º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF864E is Cyan = 0, Magento = 0.30, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19113478-
CMYK00.300.590.25
HSL29.73º46.89%52.75%-
HSV(B)29.73º59.16%74.9%-
XYZ31.3928.6811.09-
YUV144.6690.38161.05-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.39%
GREEN value IS 134 (52.73% from 255) = 33.25%
BLUE value IS 78 (30.86% from 255) = 19.35%
R=47.39%
G=33.25%
B=19.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911347800.300.590.2529.7346.8952.75
HexBF864E01E3B191e2f35
Octal2772061160367331365765
Binary101111111000011010011100111101110111100111110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF864E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF864E; }

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

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

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

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

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

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

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

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