#bf9461

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

Shades of Twine #BF9461

Tints of Twine #BF9461

Color information

#BF9461 (or 0xBF9461) is unknown color: approx Twine. HEX triplet: BF, 94 and 61. RGB value is (191,148,97). Sum of RGB (Red+Green+Blue) = 191+148+97=436 (57% of max value = 765). Red value is 191 (75% from 255 or 43.81% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 191 - color contains mainly: red. Hex color #BF9461 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF9461 is #406B9E. Grayscale: #9B9B9B. Windows color (decimal): -4221855 or 6395071. OLE color: 6395071.

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

Color convert

RGB19114897-
CMYK00.230.490.25
HSL32.55º42.34%56.47%-
HSV(B)32.55º49.21%74.9%-
XYZ34.2333.1215.9-
YUV155.0495.25153.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.81%
GREEN value IS 148 (58.20% from 255) = 33.94%
BLUE value IS 97 (38.28% from 255) = 22.25%
R=43.81%
G=33.94%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911489700.230.490.2532.5542.3456.47
HexBF94610173119212a38
Octal2772241410276131415270
Binary1011111110010100110000101011111000111001100001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf9461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf9461; }

 p { color: rgb(191,148,97); }

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

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

 a { background-color: rgb(191,148,97); }

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

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

 span { border-color: rgb(191,148,97); }

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