#BF8951

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

Shades of Twine #BF8951

Tints of Twine #BF8951

Color information

#BF8951 (or 0xBF8951) is unknown color: approx Twine. HEX triplet: BF, 89 and 51. RGB value is (191,137,81). Sum of RGB (Red+Green+Blue) = 191+137+81=409 (54% of max value = 765). Red value is 191 (75% from 255 or 46.70% from 409); Green value is 137 (53.91% from 255 or 33.50% from 409); Blue value is 81 (32.03% from 255 or 19.80% from 409); Max value from RGB is 191 - color contains mainly: red. Hex color #BF8951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF8951 is #4076AE. Grayscale: #939393. Windows color (decimal): -4224687 or 5343679. OLE color: 5343679.

HSL color Cylindrical-coordinate representation of color #BF8951: hue angle of 30.55º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BF8951 is Cyan = 0, Magento = 0.28, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB19113781-
CMYK00.280.580.25
HSL30.55º46.22%53.33%-
HSV(B)30.55º57.59%74.9%-
XYZ31.9229.5611.81-
YUV146.7690.89159.55-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.70%
GREEN value IS 137 (53.91% from 255) = 33.50%
BLUE value IS 81 (32.03% from 255) = 19.80%
R=46.70%
G=33.50%
B=19.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911378100.280.580.2530.5546.2253.33
HexBF895101C3A191f2e35
Octal2772111210347231375665
Binary101111111000100110100010111001110101100111111101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF8951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF8951; }

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

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

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

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

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

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

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

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