#bf8b5e

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

Shades of Twine #BF8B5E

Tints of Twine #BF8B5E

Color information

#BF8B5E (or 0xBF8B5E) is unknown color: approx Twine. HEX triplet: BF, 8B and 5E. RGB value is (191,139,94). Sum of RGB (Red+Green+Blue) = 191+139+94=424 (56% of max value = 765). Red value is 191 (75% from 255 or 45.05% from 424); Green value is 139 (54.69% from 255 or 32.78% from 424); Blue value is 94 (37.11% from 255 or 22.17% from 424); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B5E is #4074A1. Grayscale: #959595. Windows color (decimal): -4224162 or 6196159. OLE color: 6196159.

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

Color convert

RGB19113994-
CMYK00.270.510.25
HSL27.84º43.11%55.88%-
HSV(B)27.84º50.79%74.9%-
XYZ32.7430.3514.72-
YUV149.4296.73157.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.05%
GREEN value IS 139 (54.69% from 255) = 32.78%
BLUE value IS 94 (37.11% from 255) = 22.17%
R=45.05%
G=32.78%
B=22.17%

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
Decimal1911399400.270.510.2527.8443.1155.88
HexBF8B5E01B33191c2b38
Octal2772131360336331345370
Binary101111111000101110111100110111100111100111100101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8b5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8b5e; }

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

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

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

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

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

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

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

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