#BF8E60

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

Shades of Twine #BF8E60

Tints of Twine #BF8E60

Color information

#BF8E60 (or 0xBF8E60) is unknown color: approx Twine. HEX triplet: BF, 8E and 60. RGB value is (191,142,96). Sum of RGB (Red+Green+Blue) = 191+142+96=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 142 (55.86% from 255 or 33.10% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8E60 is #40719F. Grayscale: #979797. Windows color (decimal): -4223392 or 6327999. OLE color: 6327999.

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

Color convert

RGB19114296-
CMYK00.260.500.25
HSL29.05º42.6%56.27%-
HSV(B)29.05º49.74%74.9%-
XYZ33.2731.2715.35-
YUV151.4196.73156.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 142 (55.86% from 255) = 33.10%
BLUE value IS 96 (37.89% from 255) = 22.38%
R=44.52%
G=33.10%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911429600.260.500.2529.0542.656.27
HexBF8E6001A32191d2b38
Octal2772161400326231355370
Binary101111111000111011000000110101100101100111101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8E60; }

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

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

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

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

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

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

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

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