#BF8960

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

Shades of Twine #BF8960

Tints of Twine #BF8960

Color information

#BF8960 (or 0xBF8960) is unknown color: approx Twine. HEX triplet: BF, 89 and 60. RGB value is (191,137,96). Sum of RGB (Red+Green+Blue) = 191+137+96=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8960 is #40769F. Grayscale: #949494. Windows color (decimal): -4224672 or 6326719. OLE color: 6326719.

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

Color convert

RGB19113796-
CMYK00.280.500.25
HSL25.89º42.6%56.27%-
HSV(B)25.89º49.74%74.9%-
XYZ32.5429.8115.11-
YUV148.4798.39158.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 96 (37.89% from 255) = 22.64%
R=45.05%
G=32.31%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911379600.280.500.2525.8942.656.27
HexBF896001C32191a2b38
Octal2772111400346231325370
Binary101111111000100111000000111001100101100111010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8960; }

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

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

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

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

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

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

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

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