#BF8963

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

Shades of Twine #BF8963

Tints of Twine #BF8963

Color information

#BF8963 (or 0xBF8963) is unknown color: approx Twine. HEX triplet: BF, 89 and 63. RGB value is (191,137,99). Sum of RGB (Red+Green+Blue) = 191+137+99=427 (56% of max value = 765). Red value is 191 (75% from 255 or 44.73% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 99 (39.06% from 255 or 23.19% from 427); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8963 is #40769C. Grayscale: #959595. Windows color (decimal): -4224669 or 6523327. OLE color: 6523327.

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

Color convert

RGB19113799-
CMYK00.280.480.25
HSL24.78º41.82%56.86%-
HSV(B)24.78º48.17%74.9%-
XYZ32.6829.8715.85-
YUV148.8199.89158.09-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.73%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 99 (39.06% from 255) = 23.19%
R=44.73%
G=32.08%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911379900.280.480.2524.7841.8256.86
HexBF896301C3019192a39
Octal2772111430346031315271
Binary101111111000100111000110111001100001100111001101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8963; }

 p { color: rgb(191,137,99); }

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

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

 a { background-color: rgb(191,137,99); }

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

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

 span { border-color: rgb(191,137,99); }

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