#BF8D5E

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

Shades of Twine #BF8D5E

Tints of Twine #BF8D5E

Color information

#BF8D5E (or 0xBF8D5E) is unknown color: approx Twine. HEX triplet: BF, 8D and 5E. RGB value is (191,141,94). Sum of RGB (Red+Green+Blue) = 191+141+94=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 141 (55.47% from 255 or 33.10% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D5E is #4072A1. Grayscale: #969696. Windows color (decimal): -4223650 or 6196671. OLE color: 6196671.

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

Color convert

RGB19114194-
CMYK00.260.510.25
HSL29.07º43.11%55.88%-
HSV(B)29.07º50.79%74.9%-
XYZ33.0330.9314.82-
YUV150.5996.06156.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 141 (55.47% from 255) = 33.10%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=44.84%
G=33.10%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911419400.260.510.2529.0743.1155.88
HexBF8D5E01A33191d2b38
Octal2772151360326331355370
Binary101111111000110110111100110101100111100111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D5E; }

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

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

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

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

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

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

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

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