#bf8b63

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

Shades of Twine #BF8B63

Tints of Twine #BF8B63

Color information

#BF8B63 (or 0xBF8B63) is unknown color: approx Twine. HEX triplet: BF, 8B and 63. RGB value is (191,139,99). Sum of RGB (Red+Green+Blue) = 191+139+99=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 99 (39.06% from 255 or 23.08% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8B63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8B63 is #40749C. Grayscale: #969696. Windows color (decimal): -4224157 or 6523839. OLE color: 6523839.

HSL color Cylindrical-coordinate representation of color #BF8B63: hue angle of 26.09º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF8B63 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB19113999-
CMYK00.270.480.25
HSL26.09º41.82%56.86%-
HSV(B)26.09º48.17%74.9%-
XYZ32.9730.4415.94-
YUV149.9999.23157.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 99 (39.06% from 255) = 23.08%
R=44.52%
G=32.40%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911399900.270.480.2526.0941.8256.86
HexBF8B6301B30191a2a39
Octal2772131430336031325271
Binary101111111000101111000110110111100001100111010101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf8b63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf8b63; }

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

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

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

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

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

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

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

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