#BF8F5F

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

Shades of Twine #BF8F5F

Tints of Twine #BF8F5F

Color information

#BF8F5F (or 0xBF8F5F) is unknown color: approx Twine. HEX triplet: BF, 8F and 5F. RGB value is (191,143,95). Sum of RGB (Red+Green+Blue) = 191+143+95=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 143 (56.25% from 255 or 33.33% from 429); Blue value is 95 (37.5% from 255 or 22.14% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8F5F is #4070A0. Grayscale: #989898. Windows color (decimal): -4223137 or 6262719. OLE color: 6262719.

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

Color convert

RGB19114395-
CMYK00.250.500.25
HSL30º42.86%56.08%-
HSV(B)30º50.26%74.9%-
XYZ33.3731.5515.16-
YUV151.8895.9155.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 143 (56.25% from 255) = 33.33%
BLUE value IS 95 (37.5% from 255) = 22.14%
R=44.52%
G=33.33%
B=22.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911439500.250.500.253042.8656.08
HexBF8F5F01932191e2b38
Octal2772171370316231365370
Binary101111111000111110111110110011100101100111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8F5F; }

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

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

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

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

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

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

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

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