#BF895D

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

Shades of Twine #BF895D

Tints of Twine #BF895D

Color information

#BF895D (or 0xBF895D) is unknown color: approx Twine. HEX triplet: BF, 89 and 5D. RGB value is (191,137,93). Sum of RGB (Red+Green+Blue) = 191+137+93=421 (55% of max value = 765). Red value is 191 (75% from 255 or 45.37% from 421); Green value is 137 (53.91% from 255 or 32.54% from 421); Blue value is 93 (36.72% from 255 or 22.09% from 421); Max value from RGB is 191 - color contains mainly: red. Hex color #BF895D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF895D is #4076A2. Grayscale: #949494. Windows color (decimal): -4224675 or 6130111. OLE color: 6130111.

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

Color convert

RGB19113793-
CMYK00.280.510.25
HSL26.94º43.36%55.69%-
HSV(B)26.94º51.31%74.9%-
XYZ32.4129.7614.39-
YUV148.1396.89158.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.37%
GREEN value IS 137 (53.91% from 255) = 32.54%
BLUE value IS 93 (36.72% from 255) = 22.09%
R=45.37%
G=32.54%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911379300.280.510.2526.9443.3655.69
HexBF895D01C33191b2b38
Octal2772111350346331335370
Binary101111111000100110111010111001100111100111011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF895D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF895D; }

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

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

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

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

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

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

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

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