#BF8C5E

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

Shades of Twine #BF8C5E

Tints of Twine #BF8C5E

Color information

#BF8C5E (or 0xBF8C5E) is unknown color: approx Twine. HEX triplet: BF, 8C and 5E. RGB value is (191,140,94). Sum of RGB (Red+Green+Blue) = 191+140+94=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 94 (37.11% from 255 or 22.12% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8C5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8C5E is #4073A1. Grayscale: #969696. Windows color (decimal): -4223906 or 6196415. OLE color: 6196415.

HSL color Cylindrical-coordinate representation of color #BF8C5E: hue angle of 28.45º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BF8C5E is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19114094-
CMYK00.270.510.25
HSL28.45º43.11%55.88%-
HSV(B)28.45º50.79%74.9%-
XYZ32.8830.6414.77-
YUV15096.4157.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 94 (37.11% from 255) = 22.12%
R=44.94%
G=32.94%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911409400.270.510.2528.4543.1155.88
HexBF8C5E01B33191c2b38
Octal2772141360336331345370
Binary101111111000110010111100110111100111100111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8C5E; }

 p { color: rgb(191,140,94); }

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

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

 a { background-color: rgb(191,140,94); }

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

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

 span { border-color: rgb(191,140,94); }

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