#BF945E

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

Shades of Twine #BF945E

Tints of Twine #BF945E

Color information

#BF945E (or 0xBF945E) is unknown color: approx Twine. HEX triplet: BF, 94 and 5E. RGB value is (191,148,94). Sum of RGB (Red+Green+Blue) = 191+148+94=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 94 (37.11% from 255 or 21.71% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF945E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BF945E is #406BA1. Grayscale: #9A9A9A. Windows color (decimal): -4221858 or 6198463. OLE color: 6198463.

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

Color convert

RGB19114894-
CMYK00.230.510.25
HSL33.4º43.11%55.88%-
HSV(B)33.4º50.79%74.9%-
XYZ34.133.0615.17-
YUV154.793.75153.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 94 (37.11% from 255) = 21.71%
R=44.11%
G=34.18%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911489400.230.510.2533.443.1155.88
HexBF945E0173319212b38
Octal2772241360276331415370
Binary1011111110010100101111001011111001111001100001101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF945E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF945E; }

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

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

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

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

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

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

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

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