#BF8D5D

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

Shades of Twine #BF8D5D

Tints of Twine #BF8D5D

Color information

#BF8D5D (or 0xBF8D5D) is unknown color: approx Twine. HEX triplet: BF, 8D and 5D. RGB value is (191,141,93). Sum of RGB (Red+Green+Blue) = 191+141+93=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 141 (55.47% from 255 or 33.18% from 425); Blue value is 93 (36.72% from 255 or 21.88% from 425); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8D5D is #4072A2. Grayscale: #969696. Windows color (decimal): -4223651 or 6131135. OLE color: 6131135.

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

Color convert

RGB19114193-
CMYK00.260.510.25
HSL29.39º43.36%55.69%-
HSV(B)29.39º51.31%74.9%-
XYZ32.9930.9214.58-
YUV150.4895.56156.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.94%
GREEN value IS 141 (55.47% from 255) = 33.18%
BLUE value IS 93 (36.72% from 255) = 21.88%
R=44.94%
G=33.18%
B=21.88%

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
Decimal1911419300.260.510.2529.3943.3655.69
HexBF8D5D01A33191d2b38
Octal2772151350326331355370
Binary101111111000110110111010110101100111100111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8D5D; }

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

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

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

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

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

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

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

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