#BF8E5D

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

Shades of Twine #BF8E5D

Tints of Twine #BF8E5D

Color information

#BF8E5D (or 0xBF8E5D) is unknown color: approx Twine. HEX triplet: BF, 8E and 5D. RGB value is (191,142,93). Sum of RGB (Red+Green+Blue) = 191+142+93=426 (56% of max value = 765). Red value is 191 (75% from 255 or 44.84% from 426); Green value is 142 (55.86% from 255 or 33.33% from 426); Blue value is 93 (36.72% from 255 or 21.83% from 426); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E5D is #4071A2. Grayscale: #979797. Windows color (decimal): -4223395 or 6131391. OLE color: 6131391.

HSL color Cylindrical-coordinate representation of color #BF8E5D: 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.51%. Process color model (Four color, CMYK) of #BF8E5D is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB19114293-
CMYK00.260.510.25
HSL30º43.36%55.69%-
HSV(B)30º51.31%74.9%-
XYZ33.1331.2114.63-
YUV151.0695.23156.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.84%
GREEN value IS 142 (55.86% from 255) = 33.33%
BLUE value IS 93 (36.72% from 255) = 21.83%
R=44.84%
G=33.33%
B=21.83%

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
Decimal1911429300.260.510.253043.3655.69
HexBF8E5D01A33191e2b38
Octal2772161350326331365370
Binary101111111000111010111010110101100111100111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E5D; }

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

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

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

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

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

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

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

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